diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2019-05-22 23:56:29 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2019-05-23 17:34:28 +0200 |
commit | cac882af8a08bed48396ce2347e2c80a9ed69943 (patch) | |
tree | 4e023e812cd4386f996de6dadd0f5bdf99c81e96 /lib/entry/libimagentryutil/Cargo.toml | |
parent | 6661b72e3d1a984f3010251698b7ee92be80af1a (diff) |
v0.9.3v0.9.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/entry/libimagentryutil/Cargo.toml')
-rw-r--r-- | lib/entry/libimagentryutil/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/entry/libimagentryutil/Cargo.toml b/lib/entry/libimagentryutil/Cargo.toml index b93890b..e39bca3 100644 --- a/lib/entry/libimagentryutil/Cargo.toml +++ b/lib/entry/libimagentryutil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagentryutil" -version = "0.9.2" +version = "0.9.3" authors = ["Matthias Beyer <mail@beyermatthias.de>"] description = "Library for the imag core distribution" @@ -25,5 +25,5 @@ toml-query = "0.8" filters = "0.3" failure = "0.1" -libimagstore = { version = "0.9.1", path = "../../../lib/core/libimagstore" } -libimagerror = { version = "0.9.1", path = "../../../lib/core/libimagerror" } +libimagstore = { version = "0.9.3", path = "../../../lib/core/libimagstore" } +libimagerror = { version = "0.9.3", path = "../../../lib/core/libimagerror" } |