summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-06-08 15:45:52 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-06-09 14:32:54 +0200
commit2ff1325b568ac1c97e1fbf4774528ec2c023d83a (patch)
tree0d65285844d4dad8d635dbf5b13a09ca5da610a4 /Cargo.toml
parentc69a47cfda11edb738f09610ad63b4d5445b1b49 (diff)
Revert "Update dependency: handlebars: 3 -> 4"
Because the update broke interpolation of the "patches" variable from the package definitions (and possibly others), we revert the update for now until we figured out what is actually wrong here. This reverts commit 3cb481417b13c5664bb4157d932b8ad4df5cb66d. Signed-off-by: Matthias Beyer <matthias.beyer@atos.net> Tested-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2b6ea7..3555995 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ filters = "0.4.0"
futures = "0.3"
getset = "0.1"
git2 = "0.13"
-handlebars = { version = "4", features = ["no_logging"] }
+handlebars = { version = "3", features = ["no_logging"] }
human-panic = "1"
humantime = "2.1"
indicatif = ">= 0.16.1"