diff options
| -rw-r--r-- | build.zig.zon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig.zon b/build.zig.zon index a6829f4..77abb31 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -28,7 +28,7 @@ // Tracks the earliest Zig version that the package considers to be a // supported use case. - .minimum_zig_version = "0.15.0-dev.64+2a4e06bcb", + .minimum_zig_version = "0.16.0", // This field is optional. // Each dependency must either provide a `url` and `hash`, or a `path`. |
