diff options
author | Matthias Beyer <matthias.beyer@atos.net> | 2021-06-08 15:45:52 +0200 |
---|---|---|
committer | Matthias Beyer <matthias.beyer@atos.net> | 2021-06-09 14:32:54 +0200 |
commit | 2ff1325b568ac1c97e1fbf4774528ec2c023d83a (patch) | |
tree | 0d65285844d4dad8d635dbf5b13a09ca5da610a4 | |
parent | c69a47cfda11edb738f09610ad63b4d5445b1b49 (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>
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |