From 3086b11f4d141d667bb172560826d4f7da7541da Mon Sep 17 00:00:00 2001 From: wtfsck Date: Thu, 24 Feb 2022 18:30:35 +0100 Subject: [PATCH] Use latest stable (1.59.0) --- build/ci-install-rust.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build/ci-install-rust.sh b/build/ci-install-rust.sh index 86c93e0fb..1bc8373a6 100644 --- a/build/ci-install-rust.sh +++ b/build/ci-install-rust.sh @@ -15,13 +15,6 @@ if [[ "$OSTYPE" = "darwin"* ]]; then rustup component add clippy fi -# Force 1.57.0 until the clippy perf bug has been added to stable -# https://github.com/rust-lang/rust-clippy/pull/8182 -rustup install 1.57.0 -rustup default 1.57.0 -rustup component add rustfmt -rustup component add clippy - # It fails on Windows so disable auto self update rustup toolchain install 1.54.0 --no-self-update rustup target add wasm32-unknown-unknown