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