From 30d2c28a22f3b8b6581e9e565330420f7cb95d94 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 10 Feb 2018 16:51:31 +0100 Subject: Update version string: 0.6.0 -> 0.7.0 --- lib/entry/libimagentryref/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/entry/libimagentryref') diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index abfb12a4..e46d2103 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagentryref" -version = "0.6.0" +version = "0.7.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution" @@ -28,7 +28,7 @@ toml-query = "0.6" error-chain = "0.11" walkdir = "1" -libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } -libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" } -libimagentrylist = { version = "0.6.0", path = "../../../lib/entry/libimagentrylist" } -libimagentryutil = { version = "0.6.0", path = "../../../lib/entry/libimagentryutil" } +libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" } +libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" } +libimagentrylist = { version = "0.7.0", path = "../../../lib/entry/libimagentrylist" } +libimagentryutil = { version = "0.7.0", path = "../../../lib/entry/libimagentryutil" } -- cgit v1.2.3