Skip to content

Commit f1ae5f5

Browse files
committed
Update Zig
1 parent b05b8da commit f1ae5f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
with:
3232
components: rustfmt, clippy
3333

34-
- uses: mlugg/setup-zig@v1
34+
- uses: mlugg/setup-zig@v2
3535
with:
36-
version: 0.15.0-dev.471+369177f0b
36+
version: 0.15.0-dev.1195+f34b4780b
3737

3838
- name: rustfmt
3939
run: cargo fmt --check

lib-linux/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.fingerprint = 0x9211474f5ae404fd, // Changing this has security and trust implications.
77

8-
.minimum_zig_version = "0.15.0-dev.386+2e35fdd03",
8+
.minimum_zig_version = "0.15.0-dev.1195+f34b4780b",
99

1010
.dependencies = .{},
1111

0 commit comments

Comments
 (0)