Skip to content

Commit 74b3de6

Browse files
committed
set minimum Zig version to 0.15.1
1 parent 2f2954d commit 74b3de6

2 files changed

Lines changed: 2 additions & 2 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.0-dev.1034+bd97b6618"
20+
- zig-version: "0.15.1"
2121
os: ubuntu-latest
2222
runs-on: ${{ matrix.os }}
2323
steps:

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",
4-
.minimum_zig_version = "0.14.0",
4+
.minimum_zig_version = "0.15.1",
55
.dependencies = .{
66
.libexpat = .{
77
.url = "git+https://github.com/libexpat/libexpat?ref=R_2_7_1#f9a3eeb3e09fbea04b1c451ffc422ab2f1e45744",

0 commit comments

Comments
 (0)