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-12-30 02:54:45 +00:00
parent abc3f01688
commit ef9608a719

View file

@ -252,10 +252,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.2.2
// zap v0.2.3
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.2.tar.gz",
.hash = "1220124603a1d655a772197781547c8c3d1ee58f263be29a6cd8a4b93a26407ae68b",
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.3.tar.gz",
.hash = "1220f8764604db85c5e598a5157f1ac21e6410e941f97e6943cddc2c9d9e12794aec",
}
}
}
@ -405,3 +405,4 @@ pub fn main() !void {