From 7e804c6935f81d26891a2a003d76adc36c368edf Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sat, 9 Mar 2024 12:34:13 +0000 Subject: [PATCH] Update Zmpl, fix issue with non-linebreak-terminated templates Latest update normalizes input by adding a terminating linebreak to end of input stream if not already present, fixing an issue where parsing finalised with content still present in the char buf. A warning is also raised requesting a bug report if this occurs. --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 60c7f8c..955aeff 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,8 +3,8 @@ .version = "0.0.0", .dependencies = .{ .zmpl = .{ - .url = "https://github.com/jetzig-framework/zmpl/archive/2c98f476dc1b9fb264410146b9a687f0ab955568.tar.gz", - .hash = "1220d0f563ecff65c51ca43835917b807f9eac8fb830fdff7c62cfd375a253529274", + .url = "https://github.com/jetzig-framework/zmpl/archive/a39adeb83fdd4363a69754b016988fe092f307e9.tar.gz", + .hash = "1220f7fae403e34015012ce486cc3b98c447177353b303978bd267c4cdd938fcc8d5", }, .args = .{ .url = "https://github.com/MasterQ32/zig-args/archive/89f18a104d9c13763b90e97d6b4ce133da8a3e2b.tar.gz",