We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472c1db commit 2e90f58Copy full SHA for 2e90f58
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