We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458fd1f commit 974b07aCopy full SHA for 974b07a
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Zig
20
uses: mlugg/setup-zig@v1
21
with:
22
- version: 0.14.0
+ version: 0.15.1
23
24
- name: Build Windows
25
run: "zig build -Dtarget=x86_64-windows -Doptimize=ReleaseSafe -Dexe_name=adl_windows_x86"
build.zig.zon
@@ -1,7 +1,7 @@
1
.{
2
.name = .adl,
3
.version = "0.0.10",
4
- .minimum_zig_version = "0.14.0",
+ .minimum_zig_version = "0.15.1",
5
.fingerprint = 0xf3c1fbd5f415e3c7,
6
.dependencies = .{
7
.@"zig-datetime" = .{
0 commit comments