summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrycategory/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-18 15:26:51 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-19 10:05:53 +0200
commitd2dceb664011074a3a52db5dbd8501de868d8990 (patch)
treead6f736a4c3e500e1fdcdf0efd62cab04f2631e0 /lib/entry/libimagentrycategory/Cargo.toml
parent0d31ee7efd5cf03f656589d681754d4858ebd686 (diff)
Update version numbers: 0.7.0 -> 0.8.0
Diffstat (limited to 'lib/entry/libimagentrycategory/Cargo.toml')
-rw-r--r--lib/entry/libimagentrycategory/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml
index d8de1691..472d1b1e 100644
--- a/lib/entry/libimagentrycategory/Cargo.toml
+++ b/lib/entry/libimagentrycategory/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagentrycategory"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@@ -26,8 +26,8 @@ toml-query = "0.6"
is-match = "0.1"
error-chain = "0.11"
-libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
-libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
+libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
+libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
[dev-dependencies]
env_logger = "0.5"