Installing Rust
Installing Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustc --versionrustc 1.55.0 (c8dfcfe04 2021-09-06)
Last updated
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shsource $HOME/.cargo/envrustc --versionrustc 1.55.0 (c8dfcfe04 2021-09-06)Last updated