Skip to content

Commit bd3d49e

Browse files
committed
build.zig.zon: bump minimum_zig_version
It probably makes sense for this to be a full release rather than a patch release where possible. The actual motivation here is that mlugg/setup-zig currently uses this version exactly. In fact, for `-dev` versions, I don't think it even *can* do anything else, since there may be breaking changes between `0.A.0-dev+...` and `0.A.0`.
1 parent d739412 commit bd3d49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.fingerprint = 0xcfa933f86ca0a1dd,
77
.paths = .{""},
88

9-
.minimum_zig_version = "0.14.0-dev.3451+d8d2aa9af",
9+
.minimum_zig_version = "0.14.0",
1010
.dependencies = .{
1111
.doctest = .{
1212
.url = "git+https://github.com/ziglang/doctest#0a55c7013461841ec34394c8d08749f5973706da",

0 commit comments

Comments
 (0)