fix: update httpz deps to be loaded from ziex-dev fork

This commit is contained in:
Nurul Huda (Apon) 2026-06-11 00:35:18 +06:00
parent 0711dcfa31
commit b5208a8c7b
No known key found for this signature in database
GPG Key ID: 5D3F1DE2855A2F79

View File

@ -14,7 +14,7 @@
},
// httpz - HTTP server for Ziex
.httpz = .{
.url = "git+https://github.com/nurulhudaapon/httpz.git#7268154f43f5827bf78668e8e79a00f2ebe4db13",
.url = "git+https://github.com/ziex-dev/httpz.git#7268154f43f5827bf78668e8e79a00f2ebe4db13",
.hash = "httpz-0.0.0-PNVzrBgtBwCVkSJyophIX6WHwDR0r8XhBGQr96Kk-1El",
},
.adapters = .{ .path = "pkg/adapters" },