Upgrade toml dependency to 0.2
This commit is contained in:
parent
4f6cb19f9a
commit
16935d9153
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ lazy_static = "0.1.15"
|
|||
log = "0.3"
|
||||
regex = "0.1"
|
||||
semver = "0.2"
|
||||
toml = "0.1.25"
|
||||
toml = "0.2.*"
|
||||
version = "2.0.1"
|
||||
crossbeam = "0.2.8"
|
||||
walkdir = "0.1.5"
|
||||
|
|
Loading…
Reference in a new issue