Skip to content

Commit 47ccb49

Browse files
authored
Unpin nightly toolchain (#2161)
Seeing what's left on CI to fix
1 parent 3dd8f3d commit 47ccb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- template: ci/azure-install-rust.yml
7878
parameters:
79-
toolchain: nightly-2020-05-24
79+
toolchain: nightly
8080
- template: ci/azure-install-node.yml
8181
- script: cargo test --target wasm32-unknown-unknown --features nightly --test wasm
8282

@@ -276,7 +276,7 @@ jobs:
276276
steps:
277277
- template: ci/azure-install-rust.yml
278278
parameters:
279-
toolchain: nightly-2020-05-24
279+
toolchain: nightly
280280
- script: cargo doc --no-deps --features 'nightly serde-serialize'
281281
displayName: "Document wasm-bindgen"
282282
- script: cargo doc --no-deps --manifest-path crates/js-sys/Cargo.toml

0 commit comments

Comments
 (0)