aboutsummaryrefslogtreecommitdiff
path: root/comments
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-07-14 21:10:09 +0100
committerMartin Ashby <martin@ashbysoft.com>2024-07-14 21:10:09 +0100
commit54b7021b063a81bc1655a6b4519b9a41cd6ed30b (patch)
tree760762f8df8d9fb5dfb4022ad42ecb9127440623 /comments
parent7d296d575b49f5de94f7354094344573b8701199 (diff)
downloadmfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.tar.gz
mfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.tar.bz2
mfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.tar.xz
mfashby.net-54b7021b063a81bc1655a6b4519b9a41cd6ed30b.zip
Bump mustache dep
Update .gitignore for new zig-cache location Remove old converter sources. Checked everything compiles with zig 0.13
Diffstat (limited to 'comments')
-rw-r--r--comments/.gitignore1
-rw-r--r--comments/build.zig.zon5
2 files changed, 3 insertions, 3 deletions
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",