Skip to content

Commit 6c72830

Browse files
committed
update to zig 0.14.0
1 parent 0918e87 commit 6c72830

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/zig-cache
1+
/.zig-cache
22
/zig-out

build.zig.zon

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
.{
2-
.name = "zlib",
2+
.name = .zlib,
33
.version = "1.3.1",
4+
.fingerprint = 0x73887d3a953b9465,
5+
.minimum_zig_version = "0.14.0",
46
.dependencies = .{
57
.zlib = .{
68
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz",
7-
.hash = "1220fed0c74e1019b3ee29edae2051788b080cd96e90d56836eea857b0b966742efb",
9+
.hash = "N-V-__8AAB0eQwD-0MdOEBmz7intriBReIsIDNlukNVoNu6o",
810
},
911
},
1012
.paths = .{

0 commit comments

Comments
 (0)