From 2e29b8dc74f3d72b0b3c14091cd59bd98657ee09 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 26 May 2020 13:09:11 -0700 Subject: [PATCH] Unpin nightly toolchain Seeing what's left on CI to fix --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3bc61c6703a..968a12fb010 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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