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
e5e657870e
commit
114bcf9369
1 changed files with 4 additions and 4 deletions
|
@ -171,10 +171,10 @@ To add zap to `build.zig.zon`:
|
||||||
.version = "0.0.1",
|
.version = "0.0.1",
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
// zap release-0.0.24
|
// zap v0.1.0-pre
|
||||||
.zap = .{
|
.zap = .{
|
||||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.24.tar.gz",
|
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.0-pre.tar.gz",
|
||||||
.hash = "1220f520fcdd4b3adbca918deeb42f512f7ef4a827680eea8af9abc64b90ed7a5e78",
|
.hash = "122017942fe459da06812370f7fe2bbd304995bb6450c89ae5bdbbe690c3b8908bbd",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -339,4 +339,4 @@ pub fn main() !void {
|
||||||
.workers = 2,
|
.workers = 2,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue