Skip to content
Snippets Groups Projects
Commit b90932f1 authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Enable feature

parent e91c8e78
Branches
No related merge requests found
......@@ -19,5 +19,5 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
log = "0.4.8"
codec = { package = "parity-scale-codec", version = "1.0.6", features = [ "derive" ] }
futures = "0.1.29"
futures03 = { package = "futures-preview", version = "0.3.0-alpha.19"}
futures03 = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] }
parking_lot = "0.9"
......@@ -17,7 +17,7 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
# other deps
futures = { package = "futures-preview", version = "0.3.0-alpha.19"}
futures = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] }
tokio = "0.1.22"
codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] }
log = "0.4"
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