From f3e4559c81385f824724316a1146b4d74a52d3c8 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Thu, 18 Jan 2024 21:01:44 +0100 Subject: [PATCH] chore: Release --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- metered-channel/Cargo.toml | 2 +- orchestra/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab1a62d..e19a245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,7 +856,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "orchestra" -version = "0.3.3" +version = "0.3.4" dependencies = [ "async-trait", "criterion", @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "assert_matches", @@ -994,7 +994,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "prioritized-metered-channel" -version = "0.6.0" +version = "0.6.1" dependencies = [ "assert_matches", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 2b38adf..fb2aac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] authors = ["Parity Technologies "] edition = "2021" -version = "0.3.3" +version = "0.3.4" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/orchestra" diff --git a/metered-channel/Cargo.toml b/metered-channel/Cargo.toml index 8309fe7..df61e8f 100644 --- a/metered-channel/Cargo.toml +++ b/metered-channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prioritized-metered-channel" -version = "0.6.0" +version = "0.6.1" authors = ["Parity Technologies "] edition = "2021" description = "Channels with built-in observability and optional message priorizitazion" diff --git a/orchestra/Cargo.toml b/orchestra/Cargo.toml index 8e866f4..045f7c2 100644 --- a/orchestra/Cargo.toml +++ b/orchestra/Cargo.toml @@ -14,8 +14,8 @@ tracing = "0.1.35" futures = "0.3" async-trait = "0.1" thiserror = "1" -metered = { package = "prioritized-metered-channel", version = "0.6.0", path = "../metered-channel", default-features = false } -orchestra-proc-macro = { version = "0.3.0", path = "./proc-macro" } +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" } futures-timer = "3.0.2" pin-project = "1.0" dyn-clonable = "0.9"