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