Upgrade clap dependency to 2.*
This commit is contained in:
parent
ae55f8dca2
commit
b6f84769c7
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.*"
|
||||||
itertools = "0.4"
|
itertools = "0.4"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
|
|
Loading…
Reference in a new issue