From 9f772c8dbe96d7747d472cd863d42e52ee02da5d Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Thu, 8 Feb 2024 19:19:22 +0000 Subject: [PATCH] Update Zmpl version --- build.zig.zon | 4 ++-- src/app/views/zmpl.manifest.zig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 6c1cab9..1269320 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -21,8 +21,8 @@ // `hash`, otherwise you are communicating that you expect to find the old hash at // the new URL. // - .url = "https://github.com/jetzig-framework/zmpl/archive/abe0d2b27f22b449eb021bcf8f5722fa38229c6a.tar.gz", - .hash = "122007e90e8db4781ef886cc6c11b4fba6d9b0cf79d0df0e616894c7f72ac1f5f4cb", + .url = "https://github.com/jetzig-framework/zmpl/archive/dde755c61b2cf7ddbb65c81b98a8877c0806cf6e.tar.gz", + .hash = "122093ac6e80128800873132da4a2f2e754cd2b7b7c3f0e84bdf6fa385f80615c37d", // This is computed from the file contents of the directory of files that is // obtained after fetching `url` and applying the inclusion rules given by // `paths`. diff --git a/src/app/views/zmpl.manifest.zig b/src/app/views/zmpl.manifest.zig index 3fec5f6..15cbd97 100644 --- a/src/app/views/zmpl.manifest.zig +++ b/src/app/views/zmpl.manifest.zig @@ -3,6 +3,6 @@ // This file should _not_ be stored in version control. pub const templates = struct { pub const index = @import(".index.zmpl.compiled.zig"); - pub const users_get = @import("users/.get.zmpl.compiled.zig"); pub const quotes_get = @import("quotes/.get.zmpl.compiled.zig"); + pub const users_get = @import("users/.get.zmpl.compiled.zig"); };