rustup help toolchain lists the following sub-commands
rustup help toolchain
SUBCOMMANDS: list List installed too
The rustup default stable command works well, but the easiest way is to keep a rust-toolchain file inside your project root folder. This is similar to a .nvm file for a NodeJS project.
rustup default stable
rust-toolchain
.nvm
nightly
or
stable