mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 00:41:08 +00:00
Use ThreadPool::spawn_ok() instead of ThreadPool::spawn() (#3656)
* Bump futures-timer to v0.3 * Bump futures-preview to v0.3.0-alpha.18 * Replace ThreadPoll::spawn() with ThreadPoll::spawn_ok()
This commit is contained in:
@@ -9,7 +9,7 @@ client = { package = "substrate-client", path = "../client" }
|
||||
client-db = { package = "substrate-client-db", path = "../client/db", features = ["test-helpers"] }
|
||||
consensus = { package = "substrate-consensus-common", path = "../consensus/common" }
|
||||
executor = { package = "substrate-executor", path = "../executor" }
|
||||
futures-preview = "=0.3.0-alpha.17"
|
||||
futures-preview = "0.3.0-alpha.18"
|
||||
hash-db = "0.15.2"
|
||||
keyring = { package = "substrate-keyring", path = "../keyring" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
|
||||
Reference in New Issue
Block a user