mod: bump zig version to 0.16.0
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 11m16s

This commit is contained in:
2026-06-07 18:09:47 +02:00
parent 70712b514c
commit 57ffa57992
2 changed files with 8 additions and 10 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
.{
.name = .fuzzig,
// This is a [Semantic Version](https://semver.org/).
.version = "0.0.0",
.fingerprint = 0x6450ab302d40f9a8, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0-dev.1254+bf15c791f",
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.paths = .{
"build.zig",