We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472c1db commit 5866c6aCopy full SHA for 5866c6a
3 files changed
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
zig-version: [master]
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
include:
20
- - zig-version: "0.15.1"
+ - zig-version: "0.16.0-dev.1484+d0ba6642b"
21
os: ubuntu-latest
22
runs-on: ${{ matrix.os }}
23
steps:
build.zig
@@ -69,7 +69,6 @@ pub fn build(b: *std.Build) void {
69
.dragonfly,
70
.netbsd,
71
.freebsd,
72
- .solaris,
73
.openbsd,
74
.macos,
75
.ios,
build.zig.zon
@@ -1,7 +1,7 @@
1
.{
2
.name = .libexpat,
3
.version = "2.7.1-1",
4
- .minimum_zig_version = "0.15.1",
+ .minimum_zig_version = "0.16.0-dev.1484+d0ba6642b",
5
.dependencies = .{
6
.libexpat = .{
7
.url = "git+https://github.com/libexpat/libexpat?ref=R_2_7_1#f9a3eeb3e09fbea04b1c451ffc422ab2f1e45744",
0 commit comments