Rustup: Allow to install stable versions by version number

Created on 20 Jul 2017  路  2Comments  路  Source: rust-lang/rustup

If one wants to use rustup to install old stable releases for some reason, they need to find the right date to use. For instance rustup toolchain install stable-2017-06-08 for 1.18. This is tedious. It would be easier if it were possible to say rustup toolchain install stable-1.18.0

Most helpful comment

rustup toolchain install 1.18.0

All 2 comments

rustup toolchain install 1.18.0

facepalm

Thanks.

Was this page helpful?
0 / 5 - 0 ratings