1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

Update README

This commit is contained in:
GitHub Action 2023-06-27 13:45:26 +00:00
parent 9d0f738d11
commit b4a23e1000

View file

@ -171,10 +171,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.1.7-pre
// zap v0.1.8-pre
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.7-pre.tar.gz",
.hash = "1220002d24d73672fe8b1e39717c0671598acc8ec27b8af2e1caf623a4fd0ce0d1bd",
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.8-pre.tar.gz",
.hash = "1220e30645c293c943dccc9d4394f7088679cf0969c63a7f4b23f72e375744123729",
}
}
}
@ -345,3 +345,4 @@ pub fn main() !void {