We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f697d commit 191ae5cCopy full SHA for 191ae5c
build.zig.zon
@@ -10,7 +10,7 @@
10
11
// This is a [Semantic Version](https://semver.org/).
12
// In a future version of Zig it will be used for package deduplication.
13
- .version = "0.0.0",
+ .version = "1.0.0",
14
15
// Together with name, this represents a globally unique package
16
// identifier. This field is generated by the Zig toolchain when the
@@ -28,7 +28,7 @@
28
29
// Tracks the earliest Zig version that the package considers to be a
30
// supported use case.
31
- .minimum_zig_version = "0.15.0-dev.345+ec2888858",
+ .minimum_zig_version = "0.14.0",
32
33
// This field is optional.
34
// Each dependency must either provide a `url` and `hash`, or a `path`.
0 commit comments