Skip to content

Commit 3886063

Browse files
authored
Merge pull request #5 from nihklas/main
Update to zig 0.14.0
2 parents f708aa4 + 0ccfc30 commit 3886063

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.zig.zon

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.{
2-
.name = "AFLplusplus",
2+
.name = .AFLplusplus,
3+
.fingerprint = 0x632e7eb6e1720d68,
34
.version = "4.21.0",
4-
.minimum_zig_version = "0.13.0",
5+
.minimum_zig_version = "0.14.0",
56
.dependencies = .{
67
.AFLplusplus = .{
78
.url = "https://github.com/AFLplusplus/AFLplusplus/archive/v4.21c.tar.gz",

0 commit comments

Comments
 (0)