summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-calendar/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 /bin/domain/imag-calendar/Cargo.toml
parent7108f686dbc5ced63b372792f620bd035c00c50d (diff)
parentda931f6ab7595dde1a857a4ef52cac1c336711d1 (diff)
Merge branch 'update-toml-query' into master
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'bin/domain/imag-calendar/Cargo.toml')
-rw-r--r--bin/domain/imag-calendar/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/domain/imag-calendar/Cargo.toml b/bin/domain/imag-calendar/Cargo.toml
index 62fd9879..13dc00ee 100644
--- a/bin/domain/imag-calendar/Cargo.toml
+++ b/bin/domain/imag-calendar/Cargo.toml
@@ -46,8 +46,7 @@ default-features = false
features = ["color", "suggestions", "wrap_help"]
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.10"
default-features = false
features = ["typed"]