Upgrade toml dependency to 0.2

This commit is contained in:
Kai Sickeler 2016-08-06 17:13:31 +02:00
parent fc164a1382
commit a2bf99d591

View file

@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
chrono = "0.2"
log = "0.3.5"
semver = "0.2"
toml = "0.1.25"
toml = "0.2.*"
regex = "0.1"
lazy_static = "0.2"
itertools = "0.4"