mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Update README.md
This commit is contained in:
parent
0b582e7160
commit
e8a7be35e4
1 changed files with 4 additions and 4 deletions
|
@ -150,10 +150,10 @@ To add zap to `build.zig.zon`:
|
|||
.version = "0.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
// zap v0.0.12-test
|
||||
// zap release-0.0.24
|
||||
.zap = .{
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.0.12-test.tar.gz",
|
||||
.hash = "12202ade9ae35d7c42873cd75cd8dc2bde668931a90e102332d33d63c4d6a535d736",
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.24.tar.gz",
|
||||
.hash = "1220f520fcdd4b3adbca918deeb42f512f7ef4a827680eea8af9abc64b90ed7a5e78",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -318,4 +318,4 @@ pub fn main() !void {
|
|||
.workers = 2,
|
||||
});
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue