summaryrefslogtreecommitdiffstats
path: root/imag-bookmark
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:37:40 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:37:40 +0200
commit026cb7c7630f8268932c5bdb04e8fdb34c116a9e (patch)
treea596510ce3b755635b3e87a22a2a8b275a54db8f /imag-bookmark
parentdae19de91735106fc252cf72fee4858ff174111b (diff)
Upgrade clap dependency to 2.*
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 c0b0e01d..e76afd7e 100644
--- a/imag-bookmark/Cargo.toml
+++ b/imag-bookmark/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
-clap = "2.1.1"
+clap = "2.*"
log = "0.3"
version = "2.0.1"