Switch to wasm-builder 1.0.7 (#441)

* Switch to `wasm-builder` 1.0.7
This commit is contained in:
Bastian Köcher
2019-09-23 12:38:38 +02:00
committed by thiolliere
parent 0b0a42b717
commit 21cb1e9f45
8 changed files with 19 additions and 24 deletions
+1 -1
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.5"));
build_current_project("wasm_binary.rs", WasmBuilderSource::Crates("1.0.7"));
}