summaryrefslogtreecommitdiffstats
path: root/imag-counter
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:37:19 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:37:19 +0200
commitdae19de91735106fc252cf72fee4858ff174111b (patch)
tree99e415dbf4dc460149e71ec3d03ce9b3693d323f /imag-counter
parent49c5cd7c5462bcdc72172e87bbd104979d186680 (diff)
Upgrade clap dependency to 2.*
Diffstat (limited to 'imag-counter')
-rw-r--r--imag-counter/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml
index 70f4d5ea..535b22c3 100644
--- a/imag-counter/Cargo.toml
+++ b/imag-counter/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"
version = "2.0.1"