summaryrefslogtreecommitdiffstats
path: root/imag-view
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:19:51 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:19:51 +0200
commit0a67b483e766f1b0c477c823ab36dd25082570f7 (patch)
tree02c1c7b2558a482732a2c2959558adcc534e2f07 /imag-view
parent3680b0e20deeeedffad944c43c19cf58e94ca7a7 (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'imag-view')
-rw-r--r--imag-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml
index ee3bec7c..298a8937 100644
--- a/imag-view/Cargo.toml
+++ b/imag-view/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
clap = "2.1.1"
log = "0.3"
semver = "0.2.1"
-toml = "0.1.25"
+toml = "0.2.*"
version = "2.0.1"
[dependencies.libimagstore]