prepare orchestra crate publishing (#5579)

This commit is contained in:
Bernhard Schuster
2022-05-24 11:06:47 +02:00
committed by GitHub
parent d0453cf24d
commit fd51ecbe70
10 changed files with 39 additions and 36 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ futures = "0.3.21"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../gum" }
metered-channel = { path = "../metered-channel" }
metered = { package = "prioritized-metered-channel", path = "../metered-channel" }
# Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`.
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -1
View File
@@ -24,7 +24,7 @@
#![deny(missing_docs)]
#![deny(unused_imports)]
pub use metered_channel as metered;
pub use metered;
/// Cyclic metric collection support.
pub mod metronome;