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

This commit is contained in:
2025-03-12 20:27:00 +01:00
parent 22bff91df9
commit c1108f3f3b

View File

@@ -1,5 +1,6 @@
.{
.name = "zlog",
.name = .zlog,
.fingerprint = 0x55b82e3347a594e8,
// version name should match the zig version except for the last number,
// which stands for the version inside a given zig version
.version = "0.13.0",
@@ -9,7 +10,7 @@
.hash = "12204e2fe893ee5c62e8075f67c55e2e380e7e3c2f77bdaf2e36eff0b02718cf6f6b",
},
},
.minimum_zig_version = "0.13.0",
.minimum_zig_version = "0.14.0",
.paths = .{
"build.zig",
"build.zig.zon",