mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Remove futures compat feature (#1386)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ edition = "2021"
|
||||
async-trait = "0.1.56"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
|
||||
derive_more = "0.99.2"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.34"
|
||||
|
||||
Reference in New Issue
Block a user