summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/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 /lib/core/libimagrt/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 'lib/core/libimagrt/Cargo.toml')
-rw-r--r--lib/core/libimagrt/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index b0bb89bc..f0c09727 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagrt"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@@ -30,10 +30,10 @@ atty = "0.2"
failure = "0.1"
failure_derive = "0.1"
-libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
-libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
-libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
-libimaginteraction = { version = "0.9.0", path = "../../../lib/etc/libimaginteraction" }
+libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
+libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
+libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
+libimaginteraction = { version = "0.10.0", path = "../../../lib/etc/libimaginteraction" }
[dependencies.clap]
version = "^2.29"