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 @@...@@ -30,11 +30,6 @@
30 // supported use case.30 // supported use case.
31 .minimum_zig_version = ".ZIGVER",31 .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
38 // This field is optional.33 // This field is optional.
39 // Each dependency must either provide a `url` and `hash`, or a `path`.34 // Each dependency must either provide a `url` and `hash`, or a `path`.
40 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.35 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.