You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeping multiple versions of the toolchain around while updating minor releases easily.
Describe the solution you'd like
I'd like to be able to do rustup toolchain install 1.34 at the release of 1.34.0 and for rustup update to get 1.34.2 after it has released. Right now, I have to keep an eye out for minor updates and manually replace the toolchains I have downloaded.