- commit
- bd4fbe2
- parent
- fcf31d6
- author
- Daniel Wennberg
- date
- 2025-12-03 10:48:08 -0500 EST
Bump minimum Zig version (#6)
1 files changed,
+1,
-1
+1,
-1
1@@ -25,7 +25,7 @@
2 .fingerprint = 0x28aad87005052b4e, // Changing this has security and trust implications.
3 // Tracks the earliest Zig version that the package considers to be a
4 // supported use case.
5- .minimum_zig_version = "0.15.1",
6+ .minimum_zig_version = "0.15.2",
7 // This field is optional.
8 // Each dependency must either provide a `url` and `hash`, or a `path`.
9 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.