authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-03-01 16:11:12-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-03-01 16:11:59-08:00
log235001a646b929cded56f29fa6a8c4d4e47bed37
treec3288ec9f8402faef20879b50e87e4d8e86e3414
parent50b40c962114a5423dfc3eeaff3e819b1724ae50

zig init template: remove outdated comments

closes #23040

1 files changed, 0 insertions(+), 5 deletions(-)

lib/init/build.zig.zon-5
......@@ -30,11 +30,6 @@
3030 // supported use case.
3131 .minimum_zig_version = ".ZIGVER",
3232
33 // This field is optional.
34 // This is currently advisory only; Zig does not yet do anything
35 // with this value.
36 //.minimum_zig_version = "0.11.0",
37
3833 // This field is optional.
3934 // Each dependency must either provide a `url` and `hash`, or a `path`.
4035 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.