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>"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2."
|
||||
clap = "2.*"
|
||||
log = "0.3"
|
||||
interactor = "0.1"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.2.0"
|
|||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.1*"
|
||||
clap = "2.*"
|
||||
lazy_static = "0.1"
|
||||
log = "0.3"
|
||||
chrono = "0.2"
|
||||
|
|
Loading…
Reference in a new issue