summaryrefslogtreecommitdiffstats
path: root/imag-view
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:38:00 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:38:00 +0200
commitd7cca218240f095e67e75b08c8bc233d7aec3f99 (patch)
treeb935150ef7fff04878e7103d11dea4942fa21568 /imag-view
parent026cb7c7630f8268932c5bdb04e8fdb34c116a9e (diff)
Upgrade clap dependency to 2.*
Diffstat (limited to 'imag-view')
-rw-r--r--imag-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml
index ee3bec7c..4d71ba98 100644
--- a/imag-view/Cargo.toml
+++ b/imag-view/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
-clap = "2.1.1"
+clap = "2.*"
log = "0.3"
semver = "0.2.1"
toml = "0.1.25"