zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 235001a646b929cded56f29fa6a8c4d4e47bed37 (tree)
parent 50b40c962114a5423dfc3eeaff3e819b1724ae50
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat,  1 Mar 2025 16:11:12 -0800

zig init template: remove outdated comments

closes #23040

Diffstat:
Mlib/init/build.zig.zon | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/lib/init/build.zig.zon b/lib/init/build.zig.zon @@ -31,11 +31,6 @@ .minimum_zig_version = ".ZIGVER", // This field is optional. - // This is currently advisory only; Zig does not yet do anything - // with this value. - //.minimum_zig_version = "0.11.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