Skip to content
Snippets Groups Projects
Commit 0ca88bbb authored by Benjamin Kampmann's avatar Benjamin Kampmann
Browse files

activate compat feature on futures

parent 521f8ff4
No related merge requests found
......@@ -21,7 +21,7 @@ serde = { version = "1.0.104", features=["derive"] }
sp-blockchain = { version = "2.0.0-dev", path = "../../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-dev", path = "../../../../primitives/runtime" }
sc-consensus-epochs = { version = "0.8.0-dev", path = "../../epochs" }
futures = "0.3.4"
futures = { version = "0.3.4", features = ["compat"] }
derive_more = "0.99.2"
sp-api = { version = "2.0.0-dev", path = "../../../../primitives/api" }
sp-consensus = { version = "0.8.0-dev", path = "../../../../primitives/consensus/common" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment