Skip to content

Instantly share code, notes, and snippets.

@rpivo
Last active July 5, 2021 23:26
Show Gist options
  • Save rpivo/4c9d98fb41b46d8afcf231c06fb35724 to your computer and use it in GitHub Desktop.
Save rpivo/4c9d98fb41b46d8afcf231c06fb35724 to your computer and use it in GitHub Desktop.
Checking the Currently Installed Version of Rust

Checking the Currently Installed Version of Rust

To check the version of the rustc compiler:

rustc --version

To check the version of rustup:

rustup --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment