Enable the parking_lot feature for tokio (#10855)

This commit is contained in:
Koute
2022-02-15 20:53:45 +09:00
committed by GitHub
parent b82cfbac4d
commit 43c3e709f9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ platforms = "2.0"
async-std = { version = "1.10.0", features = ["attributes"] }
soketto = "0.4.2"
criterion = { version = "0.3.5", features = ["async_tokio"] }
tokio = { version = "1.15", features = ["macros", "time"] }
tokio = { version = "1.15", features = ["macros", "time", "parking_lot"] }
jsonrpsee-ws-client = "0.4.1"
wait-timeout = "0.2"
remote-externalities = { path = "../../../utils/frame/remote-externalities" }