Skip to content

Commit b3c5d99

Browse files
committed
build(zon): update to zig 0.14.1
1 parent 2ebbcba commit b3c5d99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.zig.zon

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
.{
2-
.name = "zig-csv",
2+
.name = .zig_csv,
33
.version = "1.1.0",
4+
.fingerprint = 0xb5163165a35b825b,
45
.minimum_zig_version = "0.14.0",
56
.dependencies = .{},
67
.paths = .{
78
"build.zig",
89
"build.zig.zon",
910
"src",
10-
"LICENSE",
11+
"LICENSE.txt",
1112
"README.md",
1213
},
1314
}

0 commit comments

Comments
 (0)