Commit dc72f17d80

mataha <mataha@users.noreply.github.com>
2023-10-29 18:56:43
Reorder fields in `build.zig.zon.md`
The order of `dependencies` and `minimum_zig_version` was misleading.
1 parent 5d241a1
Changed files (1)
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.