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-05-22 01:39:08 +00:00
parent 8d4f55b5f9
commit cbd1c98f47

View file

@ -150,10 +150,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
// zap v0.0.10-test // zap v0.0.11-test
.zap = .{ .zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.0.10-test.tar.gz", .url = "https://github.com/zigzap/zap/archive/refs/tags/v0.0.11-test.tar.gz",
.hash = "12207cbd16fde6091cbae986ebf045ec072c1114aa521a730a353c3d862420fe77ee", .hash = "12200ca5e9db98e95357f8f493d07b1709d6d404fc3de0dcf3ad6467b4e88afe8816",
} }
} }
} }