summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-mail/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-mail/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-mail/Cargo.toml')
-rw-r--r--bin/domain/imag-mail/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml
index 5dc1b710..68836c55 100644
--- a/bin/domain/imag-mail/Cargo.toml
+++ b/bin/domain/imag-mail/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imag-mail"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-mail command"
@@ -25,10 +25,10 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
failure = "0.1"
-libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
-libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
-libimagmail = { version = "0.9.0", path = "../../../lib/domain/libimagmail" }
-libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
+libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
+libimagmail = { version = "0.10.0", path = "../../../lib/domain/libimagmail" }
+libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"