commit b795925ee421cb7d12eed37e98ceb2dacce6a729 (tree) parent 777af14b57c65a28da488a3aa0cdf91affd3deec Author: Andrew Kelley <andrew@ziglang.org> Date: Wed, 18 Oct 2023 18:55:25 -0700 doc: add minimum_zig_version field reference Diffstat:
| M | doc/build.zig.zon.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/doc/build.zig.zon.md b/doc/build.zig.zon.md @@ -24,6 +24,15 @@ Struct. Each dependency must either provide a `url` and `hash`, or a `path`. +### `minimum_zig_version` + +String. Optional. + +[semver](https://semver.org/) + +This is currently advisory only; the compiler does does not yet do anything +with this version. + #### `url` String.