From dc771e8a99c49492d9a9ea494a895f4e19307efc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Feb 2021 23:57:51 +0000 Subject: [PATCH] Docuemnt reason for tera version Signed-off-by: Ian Jackson --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3a9041a9..0be26cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,8 @@ uds = "0.2" url = "2" vecdeque-stableix = "1" +# This version wants to stay aligned with Rocket's, or we'll hve +# two copies of the templating engine in our executables! tera = "0.11" # Repeated here because importing does not work properly -- 2.30.2