atuin / install-rust
tag:

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