update to 0.17

This commit is contained in:
2026-06-06 22:33:27 +02:00
parent 7a537926fc
commit 9f11523ebc
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
.fingerprint = 0x17dbce05708c2aa7, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a
// supported use case.
.minimum_zig_version = "0.16.0",
.minimum_zig_version = "0.17.0",
// This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`.
// `zig build --fetch` can be used to fetch all dependencies of a package, recursively.