Skip to content

Commit 2e90f58

Browse files
committed
update to zig 0.16.0-dev.1484+d0ba6642b
1 parent 472c1db commit 2e90f58

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ pub fn build(b: *std.Build) void {
6969
.dragonfly,
7070
.netbsd,
7171
.freebsd,
72-
.solaris,
7372
.openbsd,
7473
.macos,
7574
.ios,

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .libexpat,
33
.version = "2.7.1-1",
4-
.minimum_zig_version = "0.15.1",
4+
.minimum_zig_version = "0.16.0-dev.1484+d0ba6642b",
55
.dependencies = .{
66
.libexpat = .{
77
.url = "git+https://github.com/libexpat/libexpat?ref=R_2_7_1#f9a3eeb3e09fbea04b1c451ffc422ab2f1e45744",

0 commit comments

Comments
 (0)