update to minimum zig 0.15.2
All checks were successful
Generic zig build / build (push) Successful in 41s

This commit is contained in:
Emil Lerch 2026-02-04 17:10:44 -08:00
parent 1c90621708
commit 472c9fd616
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -25,7 +25,7 @@
.fingerprint = 0x80d9e6acc1db9e17, // Changing this has security and trust implications. .fingerprint = 0x80d9e6acc1db9e17, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a // Tracks the earliest Zig version that the package considers to be a
// supported use case. // supported use case.
.minimum_zig_version = "0.15.1", .minimum_zig_version = "0.15.2",
// This field is optional. // This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`. // 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. // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.