mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Companion for substrate/pull/9286 (#3443)
* Fix weights * try something to unbreak companion * update Substrate Co-authored-by: Andronik Ordian <write@reusable.software> Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -14,7 +14,7 @@ metered = { package = "metered-channel", path = "../../metered-channel" }
|
||||
polkadot-overseer-gen-proc-macro = { path = "./proc-macro" }
|
||||
polkadot-node-network-protocol = { path = "../../network/protocol"}
|
||||
# trait SpawnNamed
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
futures-timer = "3.0.2"
|
||||
pin-project = "1.0"
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ pub use tracing;
|
||||
#[doc(hidden)]
|
||||
pub use metered;
|
||||
#[doc(hidden)]
|
||||
pub use sp_core::traits::SpawnNamed;
|
||||
pub use polkadot_node_primitives::SpawnNamed;
|
||||
|
||||
#[doc(hidden)]
|
||||
pub use futures::{
|
||||
|
||||
Reference in New Issue
Block a user