| ... | @@ -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", |
| 32 | | 32 | |
| 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. |