Upgrade toml dependency to 0.2

This commit is contained in:
Kai Sickeler 2016-08-06 17:22:39 +02:00
parent 4f6cb19f9a
commit 16935d9153
1 changed files with 1 additions and 1 deletions

View File

@ -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"