summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-store/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 /bin/core/imag-store/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 'bin/core/imag-store/Cargo.toml')
-rw-r--r--bin/core/imag-store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-store/Cargo.toml b/bin/core/imag-store/Cargo.toml
index ae582e58..edc23afb 100644
--- a/bin/core/imag-store/Cargo.toml
+++ b/bin/core/imag-store/Cargo.toml
@@ -39,7 +39,7 @@ features = ["color", "suggestions", "wrap_help"]
early-panic = [ "libimagstore/early-panic" ]
[dev-dependencies]
-toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+toml-query = "0.9.2"
[dev-dependencies.libimagutil]
version = "0.10.0"