summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-31 14:45:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:03:26 +0200
commit1f86bcd12178fd45772b565213e3f874f62494be (patch)
tree4f6799311537fc2682b9fd6862089f66ed7dd878
parentf6f9734cd8afbbcb43fa65fb4e554c06049c00e9 (diff)
task-hookrs: 0.7.0 -> master
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--bin/domain/imag-todo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml
index ee5d7e50..55a62422 100644
--- a/bin/domain/imag-todo/Cargo.toml
+++ b/bin/domain/imag-todo/Cargo.toml
@@ -47,7 +47,7 @@ default-features = false
features = ["color", "suggestions", "wrap_help"]
[dependencies.task-hookrs]
-version = "0.7.0"
+git = "https://github.com/matthiasbeyer/task-hookrs"
optional = true
[dependencies.uuid]