diff --git a/Cargo.lock b/Cargo.lock index 93253f5..be6aea8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,7 +684,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "orchestra" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-trait", "criterion", @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index ff109a2..4626bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] authors = ["Parity Technologies "] edition = "2021" -version = "0.3.0" +version = "0.3.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 e9237f2..3b08e19 100644 --- a/orchestra/Cargo.toml +++ b/orchestra/Cargo.toml @@ -14,7 +14,7 @@ tracing = "0.1.35" futures = "0.3" async-trait = "0.1" thiserror = "1" -metered = { package = "prioritized-metered-channel", version = "0.5.0", path = "../metered-channel" } +metered = { package = "prioritized-metered-channel", version = "0.5.0", path = "../metered-channel", default-features = false } orchestra-proc-macro = { version = "0.3.0", path = "./proc-macro" } futures-timer = "3.0.2" pin-project = "1.0"