Try to fix the build

This commit is contained in:
Bastian Köcher
2019-09-29 02:05:49 +02:00
parent 9af76cc73d
commit 1ceecff053
10 changed files with 2344 additions and 1446 deletions
+3 -3
View File
@@ -16,6 +16,6 @@ polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
# other deps
log = "0.4.6"
codec = { package = "parity-codec", version = "4.1.1", features = [ "derive" ] }
futures = "0.1.27"
log = "0.4.8"
codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] }
futures = "0.1.29"