Skip to content

Commit

Permalink
Unpin nightly toolchain (#2161)
Browse files Browse the repository at this point in the history
Seeing what's left on CI to fix
  • Loading branch information
alexcrichton committed May 27, 2020
1 parent 3dd8f3d commit 47ccb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47ccb49

Please sign in to comment.