Skip to content

Commit c80394c

Browse files
committed
Merge branch 'dev'
2 parents 3ef6abe + c1ebbf3 commit c80394c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Zig
1616
uses: mlugg/setup-zig@v2
1717
with:
18-
version: 0.15.2
18+
version: 0.16.0-dev.2984+cb7d2b056
1919

2020
- name: Zig fmt check
2121
shell: bash

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- Zig `0.15.2`
5+
- Zig `0.16.0-dev.2984+cb7d2b056`
66
- Git
77

88
## Local Development Workflow

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is the canonical manual for usage, API, selector behavior, performance work
1717

1818
## Requirements
1919

20-
- Zig `0.15.2`
20+
- Zig `0.16.0-dev.2984+cb7d2b056`
2121
- Mutable input buffers (`[]u8`) for parsing
2222

2323
## Quick Start

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
High-throughput, destructive HTML parser + CSS selector engine for Zig.
44

5-
[![zig](https://img.shields.io/badge/zig-0.15.2-orange)](https://ziglang.org/)
5+
[![zig](https://img.shields.io/badge/zig-0.16.0--dev.2984%2Bcb7d2b056-orange)](https://ziglang.org/)
66
[![license](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
77
[![mode](https://img.shields.io/badge/parse-mutable%20input%20%28destructive%29-critical)](./DOCUMENTATION.md#mode-guidance)
88

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.name = .htmlparser,
33
.version = "0.0.0",
44
.fingerprint = 0x157d4f00230d47f3,
5-
.minimum_zig_version = "0.15.2",
5+
.minimum_zig_version = "0.16.0-dev.2984+cb7d2b056",
66
.dependencies = .{},
77
.paths = .{
88
"build.zig",

0 commit comments

Comments
 (0)