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

update httpz dependency for zig 0.12

This commit is contained in:
Karl Seguin 2024-04-24 08:50:35 +08:00
parent 2413f17bbd
commit 9f56ab40f3

View file

@ -4,8 +4,8 @@
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{
.httpz = .{ .httpz = .{
.url = "https://github.com/karlseguin/http.zig/archive/ec59a3daccd5145601a18786ef033f4ff2392520.tar.gz", .url = "https://github.com/karlseguin/http.zig/archive/zig-0.12.tar.gz",
.hash = "12209ba122606b92c7dfb0a7dfb9da5520ffa5df007b976774e91d01b2040b25fae4" .hash = "12209b7426293ebe5075b930ae6029c009bfb6deb7ff92b9d69e28463abd14ad03da"
}, },
}, },
} }