Upgrade toml dependency to 0.2

This commit is contained in:
Kai Sickeler 2016-08-06 17:24:37 +02:00
parent f7d262bedf
commit ba8100be0e

View file

@ -5,7 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
log = "0.3"
toml = "0.1.25"
toml = "0.2.*"
glob = "0.2.11"
[dependencies.libimagstore]