Get rid of unnecessary use of async-std in non-test code (#10891)

This commit is contained in:
Koute
2022-02-24 20:30:25 +09:00
committed by GitHub
parent 9552835ccd
commit ba81ba8048
5 changed files with 7 additions and 124 deletions
+1 -1
View File
@@ -18,7 +18,6 @@ prost-build = "0.9"
[dependencies]
async-trait = "0.1"
async-std = "1.10.0"
bitflags = "1.3.2"
cid = "0.6.0"
bytes = "1"
@@ -75,6 +74,7 @@ sp-tracing = { version = "4.0.0", path = "../../primitives/tracing" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
tempfile = "3.1.0"
async-std = "1.10.0"
[features]
default = []