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]
|
||||
semver = "0.2"
|
||||
log = "0.3"
|
||||
toml = "0.1.25"
|
||||
toml = "0.2.*"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
Loading…
Reference in a new issue