summaryrefslogtreecommitdiffstats
path: root/libimagnotes
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:16:49 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:16:49 +0200
commit37043904dc0cdb62294954966b6c26df95dc187a (patch)
tree32fa1af24d12e2c82c1e00cf3188dfc5a2c29509 /libimagnotes
parent095291b2991c1bffb92393b57fb0bd52834a2619 (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'libimagnotes')
-rw-r--r--libimagnotes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml
index f33fb8e0..94fabbef 100644
--- a/libimagnotes/Cargo.toml
+++ b/libimagnotes/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
semver = "0.2"
log = "0.3"
-toml = "0.1.25"
+toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"