authorgravatar for mataha@users.noreply.github.commataha <mataha@users.noreply.github.com> 2023-10-29 18:56:43+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-11-21 14:23:40+02:00
logdc72f17d8026c73acda90f107690c14327173c5f
tree3506956b15d042572d46a35888f590ebcae3d5eb
parent5d241a14789feac397115b7204528212bfe15850

Reorder fields in `build.zig.zon.md`

The order of `dependencies` and `minimum_zig_version` was misleading.

1 files changed, 6 insertions(+), 6 deletions(-)

doc/build.zig.zon.md+6-6
...@@ -18,12 +18,6 @@ String. Required....@@ -18,12 +18,6 @@ String. Required.
1818
19[semver](https://semver.org/)19[semver](https://semver.org/)
2020
21### `dependencies`
22
23Struct.
24
25Each dependency must either provide a `url` and `hash`, or a `path`.
26
27### `minimum_zig_version`21### `minimum_zig_version`
2822
29String. Optional.23String. Optional.
...@@ -33,6 +27,12 @@ String. Optional....@@ -33,6 +27,12 @@ String. Optional.
33This is currently advisory only; the compiler does not yet do anything27This is currently advisory only; the compiler does not yet do anything
34with this version.28with this version.
3529
30### `dependencies`
31
32Struct.
33
34Each dependency must either provide a `url` and `hash`, or a `path`.
35
36#### `url`36#### `url`
3737
38String. 38String.