From 4f1ca55ad75fd06d012c011d95211b2a755f47e5 Mon Sep 17 00:00:00 2001 From: rami3l Date: Mon, 28 Apr 2025 23:09:05 +0800 Subject: [PATCH 1/2] dist: update commit shasum in `rustup-init.sh` --- rustup-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup-init.sh b/rustup-init.sh index 8d87ecaf6f..181319180b 100755 --- a/rustup-init.sh +++ b/rustup-init.sh @@ -33,7 +33,7 @@ RUSTUP_QUIET=no # NOTICE: If you change anything here, please make the same changes in setup_mode.rs usage() { cat < Date: Mon, 28 Apr 2025 23:42:02 +0800 Subject: [PATCH 2/2] docs(changelog): refine wording about the recommended download backend --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b13300a25..9f867b404d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ The headlines of this release are: With the default download backend already switched to reqwest since [2019][pr#1660], the team thinks it is time to focus maintenance on the Rust-based stack. - - The rustup team encourages everyone to switch to the reqwest backend, and would love to hear from - you about your use case via [GitHub Issues][issue tracker] if it does not work well with your - particular setup. + - The rustup team encourages everyone to switch to the reqwest backend with rustls, and would love + to hear from you about your use case via [GitHub Issues][issue tracker] if it does not work well + with your particular setup. - The version of `rustup` can be pinned when installing via `rustup-init.sh`, and `rustup self update` can be used to upgrade/downgrade rustup v1.28.2+ to a given version.