summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryref/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entry/libimagentryref/Cargo.toml')
-rw-r--r--lib/entry/libimagentryref/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml
index f65a077e..75fb8bfc 100644
--- a/lib/entry/libimagentryref/Cargo.toml
+++ b/lib/entry/libimagentryref/Cargo.toml
@@ -34,7 +34,8 @@ libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentryutil" }
[dependencies.toml-query]
-version = "0.9.2"
+git = "https://github.com/matthiasbeyer/toml-query"
+branch = "master"
default-features = false
features = ["typed"]