Skip to content

Commit e82dfa1

Browse files
committed
build.zig.zon: add minimum_zig_verison field
1 parent 7ed1f99 commit e82dfa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig.zon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.name = .zemscripten,
33
.fingerprint = 0x2de6d80ca84319b1, // Changing this has security and trust implications.
44
.version = "0.2.0-dev",
5+
.minimum_zig_version = "0.14.1",
56
.paths = .{
67
"build.zig",
78
"build.zig.zon",

0 commit comments

Comments
 (0)