mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
README: remove workaround for GH / deps issues
This commit is contained in:
parent
ffe8494be4
commit
3f79ddf370
1 changed files with 3 additions and 3 deletions
|
@ -125,10 +125,10 @@ To add zap to `build.zig.zon`:
|
||||||
.version = "0.0.1",
|
.version = "0.0.1",
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
// zap 0.0.11
|
// zap release-0.0.12-test
|
||||||
.zap = .{
|
.zap = .{
|
||||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.11.tar.gz",
|
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.12-test.tar.gz",
|
||||||
.hash = "12201e0b2a2a7b034f0dd70326aeb9e23630f802be2d07d2ccede7c9629db0f71737",
|
.hash = "12201a5586b87c689c5c9f00075e84affc5207b0e2596efab0355025031da148d072",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue