mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 04:11:09 +00:00
prepare orchestra crate publishing (#5579)
This commit is contained in:
committed by
GitHub
parent
d0453cf24d
commit
fd51ecbe70
@@ -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" }
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user