mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
Enable the parking_lot feature for tokio (#10855)
This commit is contained in:
@@ -78,7 +78,7 @@ parity-util-mem = { version = "0.10.2", default-features = false, features = [
|
||||
"primitive-types",
|
||||
] }
|
||||
async-trait = "0.1.50"
|
||||
tokio = { version = "1.15", features = ["time", "rt-multi-thread"] }
|
||||
tokio = { version = "1.15", features = ["time", "rt-multi-thread", "parking_lot"] }
|
||||
tempfile = "3.1.0"
|
||||
directories = "4.0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user