summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-11-02 13:20:52 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-11-02 14:37:45 +0100
commit17f42fd5e45784295bc56e18ade158ad5e6bcbf5 (patch)
tree67babebcde5f4fb637a6a5e0ad188fb089021f38 /imag-todo
parent39304db8bab7e34e9756f8971f7a4222affb1b37 (diff)
Update clap to >=2.17
So we have `clap::App::get_name()`.
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml
index 31993f0a..7a3cbbe9 100644
--- a/imag-todo/Cargo.toml
+++ b/imag-todo/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
-clap = "2.*"
+clap = ">=2.17"
glob = "0.2.11"
log = "0.3.6"
semver = "0.5.1"