From 22a53fd73547208626d6829211ae95b6309d8ff4 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sat, 21 Aug 2021 17:15:26 -0400 Subject: [PATCH] Fix cargo version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab5b63f..75de26a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ rust-embed="6.0.0" hex = "0.4.3" serde_json = "1" live-view = { path = "./liveview-rust/" } -# askama = "0.10.5" -askama = { git = "https://github.com/djc/askama", rev = "017b590" } +askama = "0.10.5" +# askama = { git = "https://github.com/djc/askama", rev = "017b590" }