1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

Update to zig 0.12.0-dev.1127+32bc07767

This commit is contained in:
Ed Yu 2023-10-20 09:45:35 -07:00
parent 8a2d077bd8
commit 150407e2d3

View file

@ -1,11 +1,11 @@
.{ .{
.name = "zap", .name = "zap",
.version = "0.1.14-pre", .version = "0.1.15-pre",
.paths = .{ "build.zig.zon", "build.zig", "src" },
.dependencies = .{ .dependencies = .{
.@"facil.io" = .{ .@"facil.io" = .{
.url = "https://github.com/zigzap/facil.io/archive/refs/tags/zap-0.0.12.tar.gz", .url = "https://github.com/edyu/facil.io/archive/refs/tags/v0.0.13.tar.gz",
.hash = "12200301960bbde64052db068cf31a64091ce1f671898513d9b8d9e2be5b0e4b13a3", .hash = "12200cc667b6ad0f5f48050ca5f8baac3c87a13131d93c7fe876b26c51c405493f44",
} },
} },
} }