Upgrade toml dependency to 0.2
This commit is contained in:
parent
095291b299
commit
37043904dc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
semver = "0.2"
|
semver = "0.2"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.1.25"
|
toml = "0.2.*"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
Loading…
Reference in a new issue