Skip to content

Commit 86f637e

Browse files
fix: install rust 1.83 via install.sh (#1628)
1 parent 9a6d45a commit 86f637e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ install_rust() {
9898
export RUSTUP_HOME="${PREFIX}/rustup"
9999
export CARGO_HOME="${PREFIX}/cargo"
100100
curl --retry 5 --retry-delay 10 --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
101-
rustup install nightly
101+
rustup install 1.83 nightly
102102
export PATH="${PREFIX}/cargo/bin:${PATH}"
103103
rustup component add clippy rustfmt
104104
cargo install cargo-expand --locked

0 commit comments

Comments
 (0)