1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

Update README

This commit is contained in:
GitHub Action 2023-09-13 00:14:00 +00:00
parent 4676c5bab6
commit f0b3e282a3

View file

@ -228,10 +228,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
// zap v0.1.12-pre // zap v0.1.13-pre
.zap = .{ .zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.12-pre.tar.gz", .url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.13-pre.tar.gz",
.hash = "1220326b9075805c0b9982a80fb641e04ff31deacec011b1f46de0b75d6a6af26d26", .hash = "12208cbd661a48011463659e664335ecc0ea2b121bb1ec0d4406e2326edafa864db8",
} }
} }
} }
@ -375,3 +375,4 @@ pub fn main() !void {