From f0f28990e734c7a89771c436a9ab03ad6c93ba8c Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Mon, 5 Apr 2021 19:50:46 +0200 Subject: Use the correct version of `tera' in the `celtchar' package --- app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Cargo.toml b/app/Cargo.toml index 2d79836..89ccb3a 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -9,7 +9,7 @@ clap = "2.33" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -tera = "0.11" +tera = "1.0" zip = "0.5" libceltchar = { version = "0.99", path = "../lib" } ogmarkup = "0.99.*" \ No newline at end of file -- cgit v1.2.3