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-22 03:29:52 +00:00
parent 6ef7559fd8
commit 03887990f1

View file

@ -256,10 +256,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.2.0
// zap v0.2.1
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.0.tar.gz",
.hash = "122068b1a82b42cbfcc8e0b9c4e4502abee41a6f24418ff824b514e6f264af4886b4",
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.1.tar.gz",
.hash = "12202c27678a615f45e786aa74ce00b97a9f104f0ac4624ebc7487e66427c705cb40",
}
}
}
@ -407,3 +407,4 @@ pub fn main() !void {