From 9516e1fddfc3e0329618c19a6394bb803bbb5dc7 Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Mon, 23 Mar 2026 05:26:42 +0600 Subject: [PATCH] chore: sync template --- templates/_base/build.zig.zon | 4 ++-- templates/database-pg/build.zig.zon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_base/build.zig.zon b/templates/_base/build.zig.zon index fed443bd..b5c36b84 100644 --- a/templates/_base/build.zig.zon +++ b/templates/_base/build.zig.zon @@ -5,8 +5,8 @@ .minimum_zig_version = "0.15.2", .dependencies = .{ .zx = .{ - .url = "git+https://github.com/ziex-dev/ziex#82bcc91788905ab916f5caa78f223717bfc0fa53", - .hash = "zx-0.1.0-dev.852-8okzKjBY7ABWfIVtssRMLZxsVsJJdSdlxS2aNJtAfyW4", + .url = "git+https://github.com/ziex-dev/ziex#513a22485c639a4e4969969c52894d60a7cb98cc", + .hash = "zx-0.1.0-dev.852-8okzKgNb7AAvlls-ZxW-1WIMqFmLDordoh01JCzz9Dc0", }, }, .paths = .{ diff --git a/templates/database-pg/build.zig.zon b/templates/database-pg/build.zig.zon index cc72601e..c00534ee 100644 --- a/templates/database-pg/build.zig.zon +++ b/templates/database-pg/build.zig.zon @@ -5,7 +5,7 @@ .minimum_zig_version = "0.15.2", .dependencies = .{ .zx = .{ - .path = "git+https://github.com/ziex-dev/ziex#82bcc91788905ab916f5caa78f223717bfc0fa53", + .path = "git+https://github.com/ziex-dev/ziex#513a22485c639a4e4969969c52894d60a7cb98cc", }, .pg = .{ .url = "git+https://github.com/karlseguin/pg.zig?ref=master#e58b318b7867ef065b3135983f829219c5eef891",