fix: correct build.zig.zog contents with zig version update
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 48s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 48s
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
.{
|
.{
|
||||||
.name = "zlog",
|
.name = .zlog,
|
||||||
|
.fingerprint = 0x55b82e3347a594e8,
|
||||||
// version name should match the zig version except for the last number,
|
// version name should match the zig version except for the last number,
|
||||||
// which stands for the version inside a given zig version
|
// which stands for the version inside a given zig version
|
||||||
.version = "0.13.0",
|
.version = "0.13.0",
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
.hash = "12204e2fe893ee5c62e8075f67c55e2e380e7e3c2f77bdaf2e36eff0b02718cf6f6b",
|
.hash = "12204e2fe893ee5c62e8075f67c55e2e380e7e3c2f77bdaf2e36eff0b02718cf6f6b",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.minimum_zig_version = "0.13.0",
|
.minimum_zig_version = "0.14.0",
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"build.zig",
|
"build.zig",
|
||||||
"build.zig.zon",
|
"build.zig.zon",
|
||||||
|
|||||||
Reference in New Issue
Block a user