summaryrefslogtreecommitdiffstats
path: root/imag-store/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-06 19:56:42 +0200
committerGitHub <noreply@github.com>2016-08-06 19:56:42 +0200
commit1e457e8476bea6ca7b3392019c05c80667cb0baa (patch)
tree7b0d65151ef8c5945a9c9501dea6085433974b03 /imag-store/Cargo.toml
parent66c797366d4651ccfbac28345118f0470832e9d8 (diff)
parent36546ca388e73afa43058589e0f71c9522179fc0 (diff)
Merge pull request #633 from asuivelentine/imag/toml-dependency
Imag/toml dependency
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 19b107fb..29678580 100644
--- a/imag-store/Cargo.toml
+++ b/imag-store/Cargo.toml
@@ -8,7 +8,7 @@ clap = "2.*"
log = "0.3"
version = "2.0.1"
semver = "0.2.1"
-toml = "0.1.25"
+toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"