rust-lang-deprecated/rustup.sh

Ability to define default toolchain on install

jared-mackey opened this issue · 0 comments

Is there a way to define the default toolchain that installed when running rustup.sh? This is useful on slower networks to not have to download 2 toolchains, the stable when installing then the preferred one later. Specifically using this in docker so the smaller the image the better.