summaryrefslogtreecommitdiffstats
path: root/imag-notes/Cargo.toml
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-notes/Cargo.toml
parent39304db8bab7e34e9756f8971f7a4222affb1b37 (diff)
Update clap to >=2.17
So we have `clap::App::get_name()`.
Diffstat (limited to 'imag-notes/Cargo.toml')
-rw-r--r--imag-notes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
index 0656c2e6..59f4a802 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/Cargo.toml
@@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
[dependencies]
semver = "0.2.1"
-clap = "2.*"
+clap = ">=2.17"
log = "0.3"
version = "2.0.1"
itertools = "0.5"