mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
Update README
This commit is contained in:
parent
8d4f55b5f9
commit
cbd1c98f47
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue