summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-log/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-11-10 11:36:29 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-11-10 11:56:37 +0100
commit4e516ee19d682e77fa72a93cf15e3b8832346fbb (patch)
tree816bd16a083498bd1ccdc7ee9e9b38073e4461b0 /bin/domain/imag-log/Cargo.toml
parent4fd2feb6f3fa6805231edcff7cede2a13630a7c1 (diff)
Update version strings
...for the next release, which will be imag 0.10.0! Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'bin/domain/imag-log/Cargo.toml')
-rw-r--r--bin/domain/imag-log/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml
index e24c8ac4..6db308e6 100644
--- a/bin/domain/imag-log/Cargo.toml
+++ b/bin/domain/imag-log/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imag-log"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-log command"
@@ -29,11 +29,11 @@ is-match = "0.1"
itertools = "0.7"
failure = "0.1"
-libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
-libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
-libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
-libimagdiary = { version = "0.9.0", path = "../../../lib/domain/libimagdiary" }
-libimaglog = { version = "0.9.0", path = "../../../lib/domain/libimaglog" }
+libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
+libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
+libimagdiary = { version = "0.10.0", path = "../../../lib/domain/libimagdiary" }
+libimaglog = { version = "0.10.0", path = "../../../lib/domain/libimaglog" }
[dependencies.clap]
version = "^2.29"