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

@@ -7,7 +7,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../..", features = ['nightly'] }
wasm-bindgen = { path = "../.." }
js-sys = { path = "../../crates/js-sys" }
[dependencies.web-sys]

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/closures.wasm --out-dir .
npm install