Fix dependency spec
This commit is contained in:
parent
c434e1cd29
commit
e05328f69c
2 changed files with 2 additions and 2 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."
|
clap = "2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
interactor = "0.1"
|
interactor = "0.1"
|
||||||
|
|
||||||
|
|
|
@ -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*"
|
clap = "2.*"
|
||||||
lazy_static = "0.1"
|
lazy_static = "0.1"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
chrono = "0.2"
|
chrono = "0.2"
|
||||||
|
|
Loading…
Reference in a new issue