summaryrefslogtreecommitdiffstats
path: root/libimagentryview
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:24:37 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:24:37 +0200
commitba8100be0ee2f83d1b0853418cc4620fc3602d52 (patch)
tree20e390bd385fde8e5bd56da80b57f0f5636876c4 /libimagentryview
parentf7d262bedf9cc8c194dc4a3e7013fd6e27f488ab (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'libimagentryview')
-rw-r--r--libimagentryview/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml
index 43c2830c..42b6fa8d 100644
--- a/libimagentryview/Cargo.toml
+++ b/libimagentryview/Cargo.toml
@@ -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]