Skip to content

Commit

Permalink
Update build.zig.zon
Browse files Browse the repository at this point in the history
  • Loading branch information
SnorlaxAssist authored Dec 5, 2024
1 parent adbee48 commit dc9fd78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
.{
.name = "zig-lz4",
.version = "0.1.0",
.version = "0.1.1",
.dependencies = .{
.lz4 = .{
.url = "https://github.com/lz4/lz4/archive/refs/tags/v1.9.4.tar.gz",
.hash = "1220a9e5107eca3349d0574dc01d6c270884052bbaf397d54b8458f22d57aaef9979",
}
},
.paths = .{
"",
"src",
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-LZ4",
},
}

0 comments on commit dc9fd78

Please sign in to comment.