aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2021-04-05 19:50:46 +0200
committerThomas Letan <lthms@soap.coffee>2021-04-05 19:50:46 +0200
commitf0f28990e734c7a89771c436a9ab03ad6c93ba8c (patch)
tree2f719317cf803b5b7d510c9dc7f384bd248b3691
parentStop using deprecated functions for the `zip' crate (diff)
Use the correct version of `tera' in the `celtchar' packageHEADmain
-rw-r--r--app/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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