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-22 03:31:07 +00:00
parent e5e657870e
commit 114bcf9369

View file

@ -171,10 +171,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
// zap release-0.0.24 // zap v0.1.0-pre
.zap = .{ .zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.24.tar.gz", .url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.0-pre.tar.gz",
.hash = "1220f520fcdd4b3adbca918deeb42f512f7ef4a827680eea8af9abc64b90ed7a5e78", .hash = "122017942fe459da06812370f7fe2bbd304995bb6450c89ae5bdbbe690c3b8908bbd",
} }
} }
} }
@ -339,4 +339,4 @@ pub fn main() !void {
.workers = 2, .workers = 2,
}); });
} }
``` ```