Skip to content

Commit 5866c6a

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

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
zig-version: [master]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
include:
20-
- zig-version: "0.15.1"
20+
- zig-version: "0.16.0-dev.1484+d0ba6642b"
2121
os: ubuntu-latest
2222
runs-on: ${{ matrix.os }}
2323
steps:

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)