Upgrade clap dependency to 2.*
This commit is contained in:
parent
37bceef04e
commit
3cbf9ee7cb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
semver = "0.2.1"
|
semver = "0.2.1"
|
||||||
clap = "2.1.1"
|
clap = "2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
toml = "0.1.25"
|
toml = "0.1.25"
|
||||||
|
|
Loading…
Reference in a new issue