summaryrefslogtreecommitdiffstats
path: root/imag-bookmark
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-bookmark
parent39304db8bab7e34e9756f8971f7a4222affb1b37 (diff)
Update clap to >=2.17
So we have `clap::App::get_name()`.
Diffstat (limited to 'imag-bookmark')
-rw-r--r--imag-bookmark/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml
index 61970c3c..61b54528 100644
--- a/imag-bookmark/Cargo.toml
+++ b/imag-bookmark/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
-clap = "2.*"
+clap = ">=2.17"
log = "0.3"
version = "2.0.1"