update to minimum zig 0.15.2
All checks were successful
Generic zig build / build (push) Successful in 41s
All checks were successful
Generic zig build / build (push) Successful in 41s
This commit is contained in:
parent
1c90621708
commit
472c9fd616
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.fingerprint = 0x80d9e6acc1db9e17, // 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.15.1",
|
||||
.minimum_zig_version = "0.15.2",
|
||||
// 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue