From ea94ad56ba6a92593f92fbcffbf64e48a0e9faf2 Mon Sep 17 00:00:00 2001 From: Andrei Eres Date: Mon, 10 Jun 2024 09:23:05 +0200 Subject: [PATCH] release: orchestra v0.3.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50b9366..c2ceb0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,7 +856,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "orchestra" -version = "0.3.6" +version = "0.3.7" dependencies = [ "async-trait", "criterion", @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 2ee4f59..5fdb89e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] authors = ["Parity Technologies "] edition = "2021" -version = "0.3.6" +version = "0.3.7" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/orchestra"