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

README: update to latest .zon

This commit is contained in:
Rene Schallner 2023-05-13 22:41:27 +02:00
parent 7da60271f4
commit 185c27229a

View file

@ -140,10 +140,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
// zap release-0.0.18 // zap release-0.0.19
.zap = .{ .zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.18.tar.gz", .url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.19.tar.gz",
.hash = "12202080c00d04324721ea58a5120031109165177e89c5612edc74494f2d119b2a78", .hash = "1220e8618ae2240e22e1e01c3f5f8c95f70291cd5ca98c92bdfb86b01e81a9d0314b",
} }
} }
} }