Upgrade clap dependency to 2.*
This commit is contained in:
parent
968dc86b52
commit
37bceef04e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.2.0"
|
|||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2"
|
||||
clap = "2."
|
||||
log = "0.3"
|
||||
interactor = "0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue