Skip to content

Commit f1546c6

Browse files
hazeycodekcbanner
authored andcommitted
add minimum_zig_version field to build.zig.zon
1 parent 64f9ab9 commit f1546c6

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
@@ -2,7 +2,7 @@
22
.name = .zphysics,
33
.fingerprint = 0x1def6aac00c4909d,
44
.version = "0.2.0-dev",
5-
.minimum_zig_version = "0.14.1",
5+
.minimum_zig_version = "0.14.0",
66
.paths = .{
77
"build.zig",
88
"build.zig.zon",

0 commit comments

Comments
 (0)