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

@ -17,7 +17,7 @@ RUSTFLAGS='-C target-feature=+atomics' \
# here to turn it on for our bindings generation. Also note that webpack isn't
# currently compatible with atomics, so we go with the --no-modules output.
WASM_BINDGEN_THREADS=1 \
cargo +nightly run --manifest-path ../../crates/cli/Cargo.toml \
cargo run --manifest-path ../../crates/cli/Cargo.toml \
--bin wasm-bindgen -- \
../../target/wasm32-unknown-unknown/release/raytrace_parallel.wasm --out-dir . \
--no-modules