501 B
501 B
rustup set
Alter
rustupsettings. More information: https://rust-lang.github.io/rustup/.
- Set the default host triple:
rustup set default-host {{host_triple}}
- Set the default profile (
minimalincludes onlyrustc,rust-std, andcargo, whereasdefaultaddsrust-docs,rustfmt, andclippy):
rustup set profile {{minimal|default}}
- Set whether
rustupshould update itself when runningrustup update:
rustup set auto-self-update {{enable|disable|check-only}}