summaryrefslogtreecommitdiffstats
path: root/libimagentrylist
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 /libimagentrylist
parent66c797366d4651ccfbac28345118f0470832e9d8 (diff)
parent36546ca388e73afa43058589e0f71c9522179fc0 (diff)
Merge pull request #633 from asuivelentine/imag/toml-dependency
Imag/toml dependency
Diffstat (limited to 'libimagentrylist')
-rw-r--r--libimagentrylist/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml
index 3af04741..b0b39bc4 100644
--- a/libimagentrylist/Cargo.toml
+++ b/libimagentrylist/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.*"
log = "0.3"
-toml = "0.1.25"
+toml = "0.2.*"
prettytable-rs = "0.6.*"
[dependencies.libimagstore]