From 32e9b380eec438e53594d923aea3614bf4c9e32a Mon Sep 17 00:00:00 2001 From: Tsvetomir Dimitrov Date: Wed, 8 May 2024 16:34:09 +0300 Subject: [PATCH] Release 0.3.6 (#76) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31f50b4..8220d4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,7 +856,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "orchestra" -version = "0.3.5" +version = "0.3.6" dependencies = [ "async-trait", "criterion", @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 99711ec..2ee4f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] authors = ["Parity Technologies "] edition = "2021" -version = "0.3.5" +version = "0.3.6" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/orchestra"