From dda433bb73000614482af10a277d47dc9d89600c Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sat, 7 Sep 2024 12:01:40 +0100 Subject: [PATCH] Update Zmpl - adds `Data.Object.items()` and `Data.Array.items()` `Data.Object` now preserves insertion order. --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 1854e61..387f8a5 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -7,8 +7,8 @@ .hash = "12208a01a7c10d0583f253787cf7271587d9509862f34e2b6d754cade7bc08500ef6", }, .zmpl = .{ - .url = "https://github.com/jetzig-framework/zmpl/archive/15a8a97783beb23804e8d0e833e9a15fa3bc1369.tar.gz", - .hash = "1220fd882853442f75130d3e3227c32d8b21a3a6631c0c2fd198c296df4bdc2cfc34", + .url = "https://github.com/jetzig-framework/zmpl/archive/97bc2ab63bc6938baeba2b5b615138e77e2fadcd.tar.gz", + .hash = "122007b478f550b24db9a20c807695d24ac4645ab8934ce59edffb82eabcb2cc27d0", }, .jetkv = .{ .url = "https://github.com/jetzig-framework/jetkv/archive/2b1130a48979ea2871c8cf6ca89c38b1e7062839.tar.gz",