mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +00:00
Use a background task instead of a thread for the import queue (#2909)
* Use a background task instead of a thread for the import queue * Update Cargo.locks * Comment
This commit is contained in:
committed by
Gavin Wood
parent
1af51f4234
commit
f45cfb0d16
+1
-1
@@ -2649,7 +2649,6 @@ dependencies = [
|
||||
name = "substrate-consensus-common"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libp2p 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -2661,6 +2660,7 @@ dependencies = [
|
||||
"sr-version 2.0.0",
|
||||
"substrate-inherents 2.0.0",
|
||||
"substrate-primitives 2.0.0",
|
||||
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user