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 2024-02-24 16:03:22 +00:00
parent 7728fbc534
commit 696f1c7b77

View file

@ -274,10 +274,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.5.0
// zap zig-0.12.0
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.5.0.tar.gz",
.hash = "1220aabff84ad1d800f5657d6a49cb90dab3799765811ada27faf527be45dd315a4d",
.url = "https://github.com/zigzap/zap/archive/refs/tags/zig-0.12.0.tar.gz",
.hash = "1220a3dc91eedf8386497cbf655a8a00ed698a043449ff503b38090cae620f5d5b72",
}
}
}
@ -413,3 +413,4 @@ pub fn main() !void {
}
```