mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
prepare orchestra crate publishing (#5579)
This commit is contained in:
committed by
GitHub
parent
d0453cf24d
commit
fd51ecbe70
@@ -26,7 +26,7 @@ polkadot-node-network-protocol = { path = "../network/protocol" }
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
polkadot-node-primitives = { path = "../primitives" }
|
||||
polkadot-overseer = { path = "../overseer" }
|
||||
metered-channel = { path = "../metered-channel" }
|
||||
metered = { package = "prioritized-metered-channel", path = "../metered-channel" }
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -68,7 +68,7 @@ use std::{
|
||||
};
|
||||
use thiserror::Error;
|
||||
|
||||
pub use metered_channel as metered;
|
||||
pub use metered;
|
||||
pub use polkadot_node_network_protocol::MIN_GOSSIP_PEERS;
|
||||
|
||||
pub use determine_new_blocks::determine_new_blocks;
|
||||
|
||||
Reference in New Issue
Block a user