From 17ca2353504c8a1af0688759a504d06dae7349f1 Mon Sep 17 00:00:00 2001 From: wulfraem Date: Mon, 14 Aug 2023 16:02:06 +0200 Subject: [PATCH] release v0.6.0-rc.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec9b54f..2689766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4868,7 +4868,7 @@ dependencies = [ [[package]] name = "vade-evan" -version = "0.6.0-rc.3" +version = "0.6.0-rc.5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cec0d50..d7280e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vade-evan" -version = "0.6.0-rc.3" +version = "0.6.0-rc.5" authors = ["evan GmbH"] edition = "2018" license-file = "LICENSE.txt"