Some updates

This commit is contained in:
Bastian Köcher
2019-09-26 09:44:21 +02:00
parent 9bef7a9dc0
commit ce064775fc
8 changed files with 775 additions and 717 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ runtime = { package = "cumulus-runtime", path = "../../runtime", default-feature
substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" }
[build-dependencies]
wasm-builder-runner = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" }
wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = " 1.0.2" }
[features]
default = ["std"]
+1 -7
View File
@@ -17,11 +17,5 @@
use wasm_builder_runner::{build_current_project, WasmBuilderSource};
fn main() {
build_current_project(
"wasm_binary.rs",
WasmBuilderSource::Git {
repo: "https://github.com/paritytech/substrate",
rev: "c7fa536d85df5d6a0fc5cdc3f82b6e5a1a2db640",
}
);
build_current_project("wasm_binary.rs", WasmBuilderSource::Crates("1.0.4"));
}