mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
Get rid of unnecessary use of async-std in non-test code (#10891)
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user