summaryrefslogtreecommitdiffstats
path: root/imag-store/Cargo.toml
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:23:44 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:23:44 +0200
commitf7d262bedf9cc8c194dc4a3e7013fd6e27f488ab (patch)
tree23003e33109aa1cf030864b98461e8b17a98389c /imag-store/Cargo.toml
parent688134abd7d5a44dd48245e5b096d0a8950d7a95 (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'imag-store/Cargo.toml')
-rw-r--r--imag-store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml
index 27cd787d..96cacbda 100644
--- a/imag-store/Cargo.toml
+++ b/imag-store/Cargo.toml
@@ -8,7 +8,7 @@ clap = "2.1.1"
log = "0.3"
version = "2.0.1"
semver = "0.2.1"
-toml = "0.1.25"
+toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"