mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
doc: add minimum_zig_version field reference
This commit is contained in:
parent
777af14b57
commit
b795925ee4
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue