summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagtodo/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-24 14:33:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 14:33:04 +0100
commit9d543a5a2e48c14f502a0e89c9e7d690bce6b45e (patch)
tree5fd1c369a0062ab8bb75dbb9ff5f5f64038b63f5 /lib/domain/libimagtodo/Cargo.toml
parent7108f686dbc5ced63b372792f620bd035c00c50d (diff)
parentda931f6ab7595dde1a857a4ef52cac1c336711d1 (diff)
Merge branch 'update-toml-query' into master
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/domain/libimagtodo/Cargo.toml')
-rw-r--r--lib/domain/libimagtodo/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml
index 24f2ff37..a5f1956e 100644
--- a/lib/domain/libimagtodo/Cargo.toml
+++ b/lib/domain/libimagtodo/Cargo.toml
@@ -34,8 +34,7 @@ libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentr
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.10"
default-features = false
features = ["typed"]