Skip to content

Commit 304298d

Browse files
committed
Upgrade zig
1 parent ffe3f39 commit 304298d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.zig.zon

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.{
2-
.name = "tinycc",
2+
.name = .tinycc,
33
.version = "0.0.1",
44
.dependencies = .{
55
.tinycc = .{
66
.url = "https://codeload.github.com/TinyCC/tinycc/tar.gz/c6afdff7ab4dfd338a30f6aab3288e3a2d6274de",
7-
.hash = "1220adf4f39b8eacd63b644b547a0be8b327cc9add6288be4f9d8e06355f427a2171",
7+
.hash = "N-V-__8AAPoeQACt9PObjqzWO2RLVHoL6LMnzJrdYoi-T52O",
88
},
99
},
1010
.paths = .{
@@ -13,6 +13,8 @@
1313
"src",
1414
"config",
1515
"LICENSE",
16+
"TINYCC-LICENSE",
1617
"README.md",
1718
},
19+
.fingerprint = 0xafe12021f354a74f,
1820
}

0 commit comments

Comments
 (0)