Upgrade toml dependency to 0.2
This commit is contained in:
parent
ba8100be0e
commit
3d80455dc6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ clap = "2.1.1"
|
||||||
itertools = "0.4"
|
itertools = "0.4"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
toml = "0.1.27"
|
toml = "0.2.*"
|
||||||
semver = "0.2.1"
|
semver = "0.2.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
|
|
Loading…
Reference in a new issue