We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6d45a commit 86f637eCopy full SHA for 86f637e
scripts/install.sh
@@ -98,7 +98,7 @@ install_rust() {
98
export RUSTUP_HOME="${PREFIX}/rustup"
99
export CARGO_HOME="${PREFIX}/cargo"
100
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
+ rustup install 1.83 nightly
102
export PATH="${PREFIX}/cargo/bin:${PATH}"
103
rustup component add clippy rustfmt
104
cargo install cargo-expand --locked
0 commit comments