summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrytag/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-23 14:46:39 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 13:31:24 +0100
commit474a5f6498485671ac1ab66591f12876efddd3d7 (patch)
treea02684eb3d749136599bca142c7cca8931e2e057 /lib/entry/libimagentrytag/Cargo.toml
parent4e04612d6ac05aeb8e4b1a643d92768ba962a302 (diff)
Revert "Move to toml-query from master branch"
This reverts commit f7fadc118f2de7e84cef8c6d4103296289564f74. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/entry/libimagentrytag/Cargo.toml')
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml
index 48309238..ac057c7a 100644
--- a/lib/entry/libimagentrytag/Cargo.toml
+++ b/lib/entry/libimagentrytag/Cargo.toml
@@ -33,8 +33,7 @@ libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.9.2"
default-features = false
features = [ "typed" ]