Skip to content

Commit

Permalink
Use latest stable (1.59.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Feb 24, 2022
1 parent 2982a95 commit 3086b11
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build/ci-install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3086b11

Please sign in to comment.