summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagtodo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/domain/libimagtodo/Cargo.toml')
-rw-r--r--lib/domain/libimagtodo/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml
index 63ceecd6..24f2ff37 100644
--- a/lib/domain/libimagtodo/Cargo.toml
+++ b/lib/domain/libimagtodo/Cargo.toml
@@ -34,7 +34,8 @@ libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentr
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
[dependencies.toml-query]
-version = "0.9"
+git = "https://github.com/matthiasbeyer/toml-query"
+branch = "master"
default-features = false
features = ["typed"]