summaryrefslogtreecommitdiffstats
path: root/lib/etc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-08-13 21:57:04 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-09-27 15:05:45 +0200
commit61738ac9ee8c99634f2e1153cdaffdfb3e021635 (patch)
treea4fb7de5b5d488905b55d324153cb5e66697c445 /lib/etc
parentc65e73acc843ee9bb32dfb4ae18614c5b82260e0 (diff)
Revert "Update dependency: handlebars: 0.29.0 -> 1.0"
This reverts commit a1f0872486995b80216e8a08a2176debdef3752a. As updating handlebars needs some more involvement, we roll back to the version we use currently and schedule the update for later. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/etc')
-rw-r--r--lib/etc/libimaginteraction/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml
index f38b7928..49edab97 100644
--- a/lib/etc/libimaginteraction/Cargo.toml
+++ b/lib/etc/libimaginteraction/Cargo.toml
@@ -27,7 +27,7 @@ log = "0.4.0"
regex = "0.2"
toml = "0.4"
error-chain = "0.12"
-handlebars = "1.0"
+handlebars = "0.29.0"
serde_json = "1"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }