summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-07 16:52:50 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-08 11:43:24 +0100
commitf7fadc118f2de7e84cef8c6d4103296289564f74 (patch)
tree4a1b9a13a2cab4ab4dbb0713d86657abffdae840 /lib/core/libimagrt/Cargo.toml
parent126424630159a7aaa93f5e0de3a86d540a1f2b7c (diff)
Move to toml-query from master branch
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/core/libimagrt/Cargo.toml')
-rw-r--r--lib/core/libimagrt/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index 50229e6c..d6792b51 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -52,7 +52,8 @@ default-features = false
features = ["no_logging"]
[dependencies.toml-query]
-version = "0.9.2"
+git = "https://github.com/matthiasbeyer/toml-query"
+branch = "master"
default-features = false
features = [ "typed" ]