From a3b7d5557b354949e7167a84a36dbe1c651ff243 Mon Sep 17 00:00:00 2001 From: Bat Date: Sun, 9 Sep 2018 18:53:28 +0100 Subject: [PATCH] Allow newer Tera versions Tera 0.11.15 was released, and fixes the bug that forced us to downgrade. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 222d086e..58e54cc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rpassword = "2.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -tera = "=0.11.7" +tera = "0.11" validator = "0.7" validator_derive = "0.7" webfinger = "0.3"