From 68bccdd8faf1e4e92556a5939d304278bda8cc17 Mon Sep 17 00:00:00 2001 From: wulfraem Date: Mon, 10 Jul 2023 11:07:59 +0200 Subject: [PATCH] release v0.6.0-rc.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00d3512..ec9b54f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4868,7 +4868,7 @@ dependencies = [ [[package]] name = "vade-evan" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 21330e3..ad8c90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vade-evan" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" authors = ["evan GmbH"] edition = "2018" license-file = "LICENSE.txt"