From 2ff1325b568ac1c97e1fbf4774528ec2c023d83a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 8 Jun 2021 15:45:52 +0200 Subject: 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 Tested-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3