Install Rust toolchain
Use rustup to install the latest Rust toolchain
Script
zsh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
rustup install stable
Attempting to reconnect
Hang in there while we get back on track
Use rustup to install the latest Rust toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
rustup install stable