1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

Update README

This commit is contained in:
GitHub Action 2023-05-27 22:38:26 +00:00
parent f5bbbff15f
commit 2987327d45

View file

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