From 20bb0686cf67c30e6ee1a49cde1f00d336a6c25e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 25 Jan 2021 08:33:48 -0800 Subject: [PATCH] Pin nightly to fix CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f81162b238f..4c9c29b7b84 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -87,7 +87,7 @@ jobs: steps: - template: ci/azure-install-rust.yml parameters: - toolchain: nightly + toolchain: nightly-2020-01-23 - template: ci/azure-install-node.yml - script: cargo test --target wasm32-unknown-unknown --features nightly --test wasm