Remove futures compat feature (#1386)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2022-06-19 05:30:07 +08:00
committed by GitHub
parent 818a19873a
commit 094dbe1521
10 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
futures = { version = "0.3.1", features = ["compat"] }
futures = "0.3.21"
parking_lot = "0.12.0"
tracing = "0.1.25"