diff --git a/build.zig.zon b/build.zig.zon index f718bf8..ab2213f 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,16 +4,8 @@ // In a future version of Zig it will be used for package deduplication. .version = "0.0.0", - // This field is optional. - // This is currently advisory only; Zig does not yet do anything - // with this value. - //.minimum_zig_version = "0.11.0", + .minimum_zig_version = "0.12.0", - // This field is optional. - // Each dependency must either provide a `url` and `hash`, or a `path`. - // `zig build --fetch` can be used to fetch all dependencies of a package, recursively. - // Once all dependencies are fetched, `zig build` no longer requires - // internet connectivity. .dependencies = .{}, .paths = .{ // This makes *all* files, recursively, included in this package. It is generally