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