diff --git a/Cargo.lock b/Cargo.lock index 214f38f..096fdf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -856,7 +856,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "orchestra" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-trait", "criterion", @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index f0a1a02..fe4461c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] authors = ["Parity Technologies "] edition = "2021" -version = "0.4.0" +version = "0.4.1" 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 ebc5a6b..27d26dc 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.4.0", path = "./proc-macro" } +orchestra-proc-macro = { version = "0.4.1", path = "./proc-macro" } futures-timer = "3.0.2" pin-project = "1.0" dyn-clonable = "0.9"