From ebdfa893efd97925963715de0ea82765fe7385fb Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Thu, 11 Jun 2026 00:56:02 +0600 Subject: [PATCH] chore: mv httpz dep to forked --- build.zig.zon | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 448778ff..db1712f2 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -14,8 +14,13 @@ }, // httpz - HTTP server for Ziex .httpz = .{ - .url = "git+https://github.com/karlseguin/http.zig.git?ref=dev#affbcc1bdedb03fc90a985c2f5c5dc65f7b42f5b", - .hash = "httpz-0.0.0-PNVzrILKCADcKBmMLyKYRo0XAUPVMeUvkOLpsdiSkH-I", + .url = "git+https://github.com/ziex-dev/httpz.git#5f60277d3b3beffef86321869b13c57f7acc3c5b", + .hash = "httpz-0.0.0-PNVzrJrbCACyokt2AARAG7Ul7h7xlZxL7BYAdpsAs1_-", + }, + // Ziex Language Server utilities + .zls = .{ + .url = "git+https://github.com/ziex-dev/zls.git?ref=zx-0.16.0#9dc776aae7db3d522be18a8d20f77f2caa085554", + .hash = "zls-0.16.0-rmm5ftHOJgC9W6p-o3hJMFIbjWE4hKV1CIU_tOSjNiSj", }, .adapters = .{ .path = "pkg/adapters" }, .zli = .{ .path = "vendor/cliz" }, // Get rid of this in favor of copying from Zig's new builtin args parser once 0.16.0 is released @@ -24,11 +29,6 @@ .tree_sitter_zx = .{ .path = "pkg/tree-sitter-zx" }, .tree_sitter_mdzx = .{ .path = "pkg/tree-sitter-mdzx" }, .cachez = .{ .path = "vendor/cachez" }, - // Ziex Language Server utilities - .zls = .{ - .url = "git+https://github.com/ziex-dev/zls.git?ref=zx-0.16.0#9dc776aae7db3d522be18a8d20f77f2caa085554", - .hash = "zls-0.16.0-rmm5ftHOJgC9W6p-o3hJMFIbjWE4hKV1CIU_tOSjNiSj", - }, }, .paths = .{ "build.zig",