diff --git a/build.zig.zon b/build.zig.zon index 365621b..f29dbdf 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.14.1", + .minimum_zig_version = "0.15.0", // This field is optional. // Each dependency must either provide a `url` and `hash`, or a `path`.