Commit 235001a646

Andrew Kelley <andrew@ziglang.org>
2025-03-02 01:11:12
zig init template: remove outdated comments
closes #23040
1 parent 50b40c9
Changed files (1)
lib
lib/init/build.zig.zon
@@ -30,11 +30,6 @@
     // supported use case.
     .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.