Upgrade clap dependency to 2.*
This commit is contained in:
parent
026cb7c763
commit
d7cca21824
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.1.1"
|
||||
clap = "2.*"
|
||||
log = "0.3"
|
||||
semver = "0.2.1"
|
||||
toml = "0.1.25"
|
||||
|
|
Loading…
Reference in a new issue