We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05b8da commit f1ae5f5Copy full SHA for f1ae5f5
2 files changed
.github/workflows/main.yml
@@ -31,9 +31,9 @@ jobs:
31
with:
32
components: rustfmt, clippy
33
34
- - uses: mlugg/setup-zig@v1
+ - uses: mlugg/setup-zig@v2
35
36
- version: 0.15.0-dev.471+369177f0b
+ version: 0.15.0-dev.1195+f34b4780b
37
38
- name: rustfmt
39
run: cargo fmt --check
lib-linux/build.zig.zon
@@ -5,7 +5,7 @@
5
6
.fingerprint = 0x9211474f5ae404fd, // Changing this has security and trust implications.
7
8
- .minimum_zig_version = "0.15.0-dev.386+2e35fdd03",
+ .minimum_zig_version = "0.15.0-dev.1195+f34b4780b",
9
10
.dependencies = .{},
11
0 commit comments