summaryrefslogtreecommitdiffstats
path: root/imag-notes
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:36:53 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:36:53 +0200
commit49c5cd7c5462bcdc72172e87bbd104979d186680 (patch)
tree9a4b9d5e58960fd4d8e5f7a0cb23d0da0a7e34ff /imag-notes
parentfc164a138231ffaa6c0a3f11ec0a6fad5ea7635d (diff)
Upgrade clap dependency to 2.*
Diffstat (limited to 'imag-notes')
-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 4808c3d1..8ca03475 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
semver = "0.2.1"
-clap = "2.1.1"
+clap = "2.*"
log = "0.3"
version = "2.0.1"