Update to latest polkadot/substrate

This commit is contained in:
Bastian Köcher
2019-03-28 17:33:14 +01:00
parent 79a7868c6c
commit fe14e0730f
6 changed files with 2308 additions and 1120 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ edition = "2018"
[dependencies]
runtime = { package = "cumulus-runtime", path = "..", default-features = false }
substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-validate_block" }
substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" }
[features]
default = ["std"]
std = [
"runtime/std",
"substrate-test-runtime/std",
]
]
File diff suppressed because it is too large Load Diff