1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

Update README

This commit is contained in:
GitHub Action 2023-05-24 10:07:35 +00:00
parent ad0c6fe6e0
commit 8f649e85a7

View file

@ -171,10 +171,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
// zap v0.1.2-pre // zap v0.1.3-pre
.zap = .{ .zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.2-pre.tar.gz", .url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.3-pre.tar.gz",
.hash = "1220fd222f2f0ddcd3dbc50fae56a8be337002c1fd54e73a5ca67c379ab8955a5a02", .hash = "1220767291ec85dab33cb0f60d51aac140b36beac2a4454fcbc7254e54cc1b387245",
} }
} }
} }
@ -340,3 +340,4 @@ pub fn main() !void {
} }
``` ```