mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Remove futures compat feature (#1386)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ description = "Runs a polkadot parachain node which could be a collator."
|
||||
async-trait = "0.1.56"
|
||||
clap = { version = "3.2.5", features = ["derive", "deprecated"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
futures = "0.3.21"
|
||||
hex-literal = "0.3.4"
|
||||
log = "0.4.17"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user