Skip to content

Instantly share code, notes, and snippets.

@brunopgalvao
Created April 4, 2023 09:46
Show Gist options
  • Save brunopgalvao/376c4abfb3546eedce1decdd98f4f4c8 to your computer and use it in GitHub Desktop.
Save brunopgalvao/376c4abfb3546eedce1decdd98f4f4c8 to your computer and use it in GitHub Desktop.
rustup show
$ rustup show
Default host: x86_64-apple-darwin
rustup home: /Users/bruno/.rustup
installed toolchains
--------------------
stable-aarch64-apple-darwin (default)
stable-x86_64-apple-darwin
nightly-2022-02-10-x86_64-apple-darwin
nightly-2022-02-19-x86_64-apple-darwin
nightly-2022-02-20-x86_64-apple-darwin
nightly-2022-03-14-x86_64-apple-darwin
nightly-2022-04-01-x86_64-apple-darwin
nightly-2022-10-30-x86_64-apple-darwin
nightly-2022-11-15-x86_64-apple-darwin
nightly-x86_64-apple-darwin
installed targets for active toolchain
--------------------------------------
wasm32-unknown-unknown
x86_64-apple-darwin
active toolchain
----------------
nightly-2022-11-15-x86_64-apple-darwin (overridden by '/Users/bruno/src/temp/cord/rust-toolchain.toml')
rustc 1.67.0-nightly (96ddd32c4 2022-11-14)
$ rustup +nightly show
Default host: x86_64-apple-darwin
rustup home: /Users/bruno/.rustup
installed toolchains
--------------------
stable-aarch64-apple-darwin (default)
stable-x86_64-apple-darwin
nightly-2022-02-10-x86_64-apple-darwin
nightly-2022-02-19-x86_64-apple-darwin
nightly-2022-02-20-x86_64-apple-darwin
nightly-2022-03-14-x86_64-apple-darwin
nightly-2022-04-01-x86_64-apple-darwin
nightly-2022-10-30-x86_64-apple-darwin
nightly-2022-11-15-x86_64-apple-darwin
nightly-x86_64-apple-darwin
installed targets for active toolchain
--------------------------------------
wasm32-unknown-unknown
x86_64-apple-darwin
active toolchain
----------------
nightly-x86_64-apple-darwin (overridden by +toolchain on the command line)
rustc 1.70.0-nightly (22f247c6f 2023-03-13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment