Upgrade toml dependency to 0.2
This commit is contained in:
parent
fc164a1382
commit
a2bf99d591
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
chrono = "0.2"
|
chrono = "0.2"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
semver = "0.2"
|
semver = "0.2"
|
||||||
toml = "0.1.25"
|
toml = "0.2.*"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
itertools = "0.4"
|
itertools = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue