Upgrade clap dependency to 2.*
This commit is contained in:
parent
ca7dca92c7
commit
f3be588c63
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.2.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.1.1"
|
clap = "2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.1.25"
|
toml = "0.1.25"
|
||||||
prettytable-rs = "0.6.*"
|
prettytable-rs = "0.6.*"
|
||||||
|
|
Loading…
Reference in a new issue