mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 20:25:40 +00:00
Remove futures compat feature (#1386)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.56"
|
||||
futures = { version = "0.3.8", features = ["compat"] }
|
||||
futures = "0.3.21"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.34"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user