From 54b7021b063a81bc1655a6b4519b9a41cd6ed30b Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sun, 14 Jul 2024 21:10:09 +0100 Subject: Bump mustache dep Update .gitignore for new zig-cache location Remove old converter sources. Checked everything compiles with zig 0.13 --- comments/.gitignore | 1 + comments/build.zig.zon | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'comments') diff --git a/comments/.gitignore b/comments/.gitignore index 4c82b07..f9a280a 100644 --- a/comments/.gitignore +++ b/comments/.gitignore @@ -1,2 +1,3 @@ zig-cache zig-out +.zig-cache diff --git a/comments/build.zig.zon b/comments/build.zig.zon index 54d1e35..5740fa1 100644 --- a/comments/build.zig.zon +++ b/comments/build.zig.zon @@ -10,9 +10,8 @@ .hash = "1220b42673da5f313d4ce816e41de2f17e4b7ebbae1669904b9c17a385d9997e72ed", //.path = "../../smtp-zig" }, .mustache = .{ - // TODO revert to balati when https://github.com/batiati/mustache-zig/pull/21 is merged - .url = "https://github.com/MFAshby/mustache-zig/archive/refs/heads/master.tar.gz", - .hash = "1220910fce41f46c0f652c3bfe19ca83940b1b26e046d8bdb901e3a9fd0f2b480b1b", + .url = "https://github.com/batiati/mustache-zig/archive/ae5ecc1522da983dc39bb0d8b27f5d1b1d7956e3.tar.gz", + .hash = "1220ac9e3316ce71ad9cd66c7f215462bf5c187828b50bb3d386549bf6af004e3bb0", //.path = "../../mustache-zig" }, .zigwebserver = .{ .url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz", -- cgit v1.2.3-ZIG