Make everything compile again

This commit is contained in:
Bastian Köcher
2019-10-02 16:52:08 +02:00
parent 1ceecff053
commit e91c8e78f2
5 changed files with 97 additions and 134 deletions
+1 -2
View File
@@ -17,8 +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 = "0.1.29"
futures03 = { package = "futures-preview", version = "0.3.0-alpha.18"}
futures = { package = "futures-preview", version = "0.3.0-alpha.19"}
tokio = "0.1.22"
codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] }
log = "0.4"