Upgrade clap dependency to 2.*
This commit is contained in:
parent
02d3ccd622
commit
968dc86b52
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.2"
|
chrono = "0.2"
|
||||||
version = "2.0"
|
version = "2.0"
|
||||||
clap = "2.1.1"
|
clap = "2.*"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
[dependencies.libimagrt]
|
||||||
|
|
Loading…
Reference in a new issue