update to zig 0.14.1

This commit is contained in:
Emil Lerch 2025-08-15 16:40:04 -07:00
parent 3a6d7c4bea
commit b4d645bca0
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -1,5 +1,5 @@
.{
.name = "zetviel",
.name = .zetviel,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
@ -7,7 +7,9 @@
// This field is optional.
// This is currently advisory only; Zig does not yet do anything
// with this value.
//.minimum_zig_version = "0.11.0",
.minimum_zig_version = "0.14.0",
.fingerprint = 0xd4c335836acc5e4e,
// This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`.