mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
Update README
This commit is contained in:
parent
5b0bb9c166
commit
0b582e7160
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.11-test
|
// zap v0.0.12-test
|
||||||
.zap = .{
|
.zap = .{
|
||||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.0.11-test.tar.gz",
|
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.0.12-test.tar.gz",
|
||||||
.hash = "12200ca5e9db98e95357f8f493d07b1709d6d404fc3de0dcf3ad6467b4e88afe8816",
|
.hash = "12202ade9ae35d7c42873cd75cd8dc2bde668931a90e102332d33d63c4d6a535d736",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue