update to zig 0.14.1
This commit is contained in:
parent
3a6d7c4bea
commit
b4d645bca0
1 changed files with 4 additions and 2 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue