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

updated README with latest deps

This commit is contained in:
Rene Schallner 2023-05-09 05:23:30 +02:00
parent cd7e564102
commit 76c9edcd8e

View file

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