summaryrefslogtreecommitdiffstats
path: root/libimagcounter
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:21:24 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:21:24 +0200
commit90d948122c097a85bcf013e996c92ce53762e7dc (patch)
treea936d1eaea4bb6aeb3817e1586f3768767e4901a /libimagcounter
parent9848e97f55ea4bd2cf400e8d538c2a42f88aee77 (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'libimagcounter')
-rw-r--r--libimagcounter/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml
index 60fec3b3..41a311a5 100644
--- a/libimagcounter/Cargo.toml
+++ b/libimagcounter/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
log = "0.3"
-toml = "0.1.25"
+toml = "0.2.*"
semver = "0.2"
[dependencies.libimagstore]