1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

Update README

This commit is contained in:
GitHub Action 2023-05-29 16:23:26 +00:00
parent d1da4ec3bc
commit bbdb7fd1f4

View file

@ -171,10 +171,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.1.4-pre
// zap v0.1.5-pre
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.4-pre.tar.gz",
.hash = "12204613bae513282f2b7e468045401cbae09bb19e42baeca193b9c98ff6f2ceb6ef",
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.5-pre.tar.gz",
.hash = "1220229f4418ff5a969428e2f60e138c8316d3ded0f3c0900e1f62bcb20a2f21c3df",
}
}
}
@ -342,3 +342,4 @@ pub fn main() !void {