Skip to content

Commit c76a3e9

Browse files
committed
Bump min Zig version to 0.15.1 to fix Windows CI
1 parent 30808a1 commit c76a3e9

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 = .SDL_image,
33
.version = "2.8.8",
44
.fingerprint = 0x7d6df3671d68a2f9,
5-
.minimum_zig_version = "0.15.0",
5+
.minimum_zig_version = "0.15.1",
66
.dependencies = .{
77
.SDL = .{
88
.url = "git+https://github.com/allyourcodebase/SDL#25dc764272bf117198f3cd6f44f52dae5c45d60a",

0 commit comments

Comments
 (0)