Promote CI jobs to using stable Rust

Everything should be stable now so let's test it!
This commit is contained in:
Alex Crichton
2018-10-28 10:25:39 -07:00
parent 1fa407d2f9
commit cfa4aa0e3e
23 changed files with 53 additions and 65 deletions

View File

@ -4,8 +4,8 @@
set -ex
cargo +nightly build --target wasm32-unknown-unknown
cargo +nightly run --manifest-path ../../crates/cli/Cargo.toml \
cargo build --target wasm32-unknown-unknown
cargo run --manifest-path ../../crates/cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/debug/fetch.wasm --out-dir .