From 390cf0402f14b7592f506f5a06c9fd0d277cfdd5 Mon Sep 17 00:00:00 2001 From: Andrei Sandu <54316454+sandreim@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:15:24 +0200 Subject: [PATCH] release 0.3.5 (#72) Signed-off-by: Andrei Sandu --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- orchestra/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e19a245..400a878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,7 +856,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "orchestra" -version = "0.3.4" +version = "0.3.5" dependencies = [ "async-trait", "criterion", @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index fb2aac6..99711ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] authors = ["Parity Technologies "] edition = "2021" -version = "0.3.4" +version = "0.3.5" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/orchestra" diff --git a/orchestra/Cargo.toml b/orchestra/Cargo.toml index 045f7c2..c884e94 100644 --- a/orchestra/Cargo.toml +++ b/orchestra/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3" async-trait = "0.1" thiserror = "1" metered = { package = "prioritized-metered-channel", version = "0.6.1", path = "../metered-channel", default-features = false } -orchestra-proc-macro = { version = "0.3.4", path = "./proc-macro" } +orchestra-proc-macro = { version = "0.3.5", path = "./proc-macro" } futures-timer = "3.0.2" pin-project = "1.0" dyn-clonable = "0.9"