Try to fix the build

This commit is contained in:
Bastian Köcher
2019-09-29 02:05:49 +02:00
parent ce064775fc
commit bc4499b640
10 changed files with 2344 additions and 1446 deletions
-4
View File
@@ -18,7 +18,3 @@ std = [
"runtime/std",
"substrate-test-runtime/std",
]
no_std = [
"runtime/no_std",
"substrate-test-runtime/no_std",
]
+2 -2
View File
@@ -17,5 +17,5 @@
use wasm_builder_runner::{build_current_project, WasmBuilderSource};
fn main() {
build_current_project("wasm_binary.rs", WasmBuilderSource::Crates("1.0.4"));
}
build_current_project("wasm_binary.rs", WasmBuilderSource::Crates("1.0.7"));
}