From dc72f17d8026c73acda90f107690c14327173c5f Mon Sep 17 00:00:00 2001 From: mataha Date: Sun, 29 Oct 2023 18:56:43 +0100 Subject: [PATCH] Reorder fields in `build.zig.zon.md` The order of `dependencies` and `minimum_zig_version` was misleading. --- doc/build.zig.zon.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/build.zig.zon.md b/doc/build.zig.zon.md index 6dd382c7b5..0bc02d92a6 100644 --- a/doc/build.zig.zon.md +++ b/doc/build.zig.zon.md @@ -18,12 +18,6 @@ String. Required. [semver](https://semver.org/) -### `dependencies` - -Struct. - -Each dependency must either provide a `url` and `hash`, or a `path`. - ### `minimum_zig_version` String. Optional. @@ -33,6 +27,12 @@ String. Optional. This is currently advisory only; the compiler does not yet do anything with this version. +### `dependencies` + +Struct. + +Each dependency must either provide a `url` and `hash`, or a `path`. + #### `url` String.