Enable feature

This commit is contained in:
Bastian Köcher
2019-10-02 19:45:52 +02:00
parent e91c8e78f2
commit b90932f152
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"