Upgrade toml dependency to 0.2
This commit is contained in:
parent
6422bdb8a1
commit
36546ca388
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ authors = ["mario <mario-krehl@gmx.de>"]
|
||||||
semver = "0.2"
|
semver = "0.2"
|
||||||
task-hookrs = "0.2"
|
task-hookrs = "0.2"
|
||||||
uuid = "0.2.0"
|
uuid = "0.2.0"
|
||||||
toml = "0.1.28"
|
toml = "0.2.*"
|
||||||
log = "0.3.6"
|
log = "0.3.6"
|
||||||
serde_json = "0.7.3"
|
serde_json = "0.7.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue