Update to latest Substrate master (#1074)

This commit is contained in:
Bastian Köcher
2020-05-07 16:59:37 +02:00
committed by GitHub
parent 41699f5d6e
commit a62382269d
16 changed files with 220 additions and 230 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn main() {
WasmBuilder::new()
.with_current_project()
.with_wasm_builder_from_git("https://github.com/paritytech/substrate.git", "8c672e107789ed10973d937ba8cac245404377e2")
.with_wasm_builder_from_crates("1.0.10")
.import_memory()
.export_heap_base()
.build()