Unpin nightly toolchain (#2161)

Seeing what's left on CI to fix
This commit is contained in:
Alex Crichton 2020-05-27 09:42:30 -05:00 committed by GitHub
parent 3dd8f3d2ac
commit 47ccb49e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ jobs:
steps:
- template: ci/azure-install-rust.yml
parameters:
toolchain: nightly-2020-05-24
toolchain: nightly
- template: ci/azure-install-node.yml
- script: cargo test --target wasm32-unknown-unknown --features nightly --test wasm
@ -276,7 +276,7 @@ jobs:
steps:
- template: ci/azure-install-rust.yml
parameters:
toolchain: nightly-2020-05-24
toolchain: nightly
- script: cargo doc --no-deps --features 'nightly serde-serialize'
displayName: "Document wasm-bindgen"
- script: cargo doc --no-deps --manifest-path crates/js-sys/Cargo.toml