summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-05-08 21:16:26 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-05-09 11:39:33 +0200
commit664edc79432288dc0eac90a7ab03691fce5545da (patch)
treed3b472fb3b2481c1f3627f9f734bfdfa329d0e7b /lib/entry/libimagentryview/Cargo.toml
parent8071496dcf0c9377cf814fb563101b0f89d7bd89 (diff)
Update version string: 0.8.0 -> 0.9.0
Diffstat (limited to 'lib/entry/libimagentryview/Cargo.toml')
-rw-r--r--lib/entry/libimagentryview/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml
index b10dd040..788b2b65 100644
--- a/lib/entry/libimagentryview/Cargo.toml
+++ b/lib/entry/libimagentryview/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagentryview"
-version = "0.8.0"
+version = "0.9.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@@ -25,10 +25,10 @@ toml = "0.4"
error-chain = "0.11"
textwrap = "0.9"
-libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
-libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
-libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
-libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
+libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
+libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
+libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
+libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
mdcat = { version = "0.8", optional = true }
failure = { version = "0.1", optional = true }