summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrylink/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entry/libimagentrylink/Cargo.toml')
-rw-r--r--lib/entry/libimagentrylink/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml
index 4e28d0d7..3e6b0ae6 100644
--- a/lib/entry/libimagentrylink/Cargo.toml
+++ b/lib/entry/libimagentrylink/Cargo.toml
@@ -37,7 +37,8 @@ libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
[dependencies.toml-query]
-version = "0.9.2"
+git = "https://github.com/matthiasbeyer/toml-query"
+branch = "master"
default-features = false
features = [ "typed" ]