From 47ccb49e4ccb9409722cf94ac7f7b97f4806c4a8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 27 May 2020 09:42:30 -0500 Subject: [PATCH] Unpin nightly toolchain (#2161) 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 3bc61c67..968a12fb 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