rustup
                                
                                 rustup copied to clipboard
                                
                                    rustup copied to clipboard
                            
                            
                            
                        The Rust toolchain installer
Whatever fronts `https://rustup.rs` now supports TLS1.3 - we should look into what it'd take to detect support in the system `curl` or `wget` binaries in order to adjust `rustup-init.sh` to...
Hello! I'm a contributor to the Windows Package Manager Community Repository ([microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs)), and we recently had an issue posted to that repo which revealed that Rustup was not publishing a...
### Problem you are trying to solve In the windows add/remove programs (or apps and features) screen, the version of Rustup isn't registered. This can be pointed to the following...
Current use-case where not doing this causes issues: ``` cargo new ttt cd ttt sed -i '/edition/s;2021;2018;' Cargo.toml echo 'criterion = "0.3"' >> Cargo.toml echo '1.55' > rust-toolchain cargo check...
Fixes #3040. This patch series makes rustup work in the way that makes the most sense to me personally when built with self updates disabled. I've split four distinct, individually...
Hey there! [Fig](https://fig.io) provides autocomplete for 300+ CLI tools including rustup. It looks like this: We think this will make users more efficient with rustup CLI, so we would love...
### Problem My default browser is chrome, and when I open a doc with `rustup doc`, it launches firefox. #### Some extra environment information ```shell $ neofetch | grep -i...
It's a popular shell and doesn't read `.profile`. cc @nagisa cc https://github.com/rust-lang-nursery/rustup.rs/pull/468
Apologies if this has already been requested, but I couldn't seem to find any issues describing something like it, nor any feature already built-in to `rustup` to do this. If...
In order to implement simple signature verification for `rustup` to an extent that we're confident that it's good to proceed to thinking more about trust models, we need: * [x]...