Upgrade toml dependency to 0.2
This commit is contained in:
parent
0a67b483e7
commit
9848e97f55
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.1.1"
|
clap = "2.1.1"
|
||||||
env_logger = "0.3"
|
env_logger = "0.3"
|
||||||
toml = "0.1.27"
|
toml = "0.2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
xdg-basedir = "0.2.2"
|
xdg-basedir = "0.2.2"
|
||||||
itertools = "0.4"
|
itertools = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue