Install Rust
- Linux and macOS
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
See in the Rust book
rustup --version rustup 1.26.0 (5af9b9484 2023-04-05) info: This is the version for the rustup toolchain manager, not the rustc compiler. info: The currently active `rustc` version is `rustc 1.70.0 (90c541806 2023-05-31)`
rustc --version rustc 1.70.0 (90c541806 2023-05-31)
$ rustc -vV rustc 1.79.0 (129f3b996 2024-06-10) binary: rustc commit-hash: 129f3b9964af4d4a709d1383930ade12dfe7c081 commit-date: 2024-06-10 host: x86_64-unknown-linux-gnu release: 1.79.0 LLVM version: 18.1.7