Skip to content

dist: update commit shasum in rustup-init.sh #4318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUSTUP_QUIET=no
# NOTICE: If you change anything here, please make the same changes in setup_mode.rs
usage() {
cat <<EOF
rustup-init 1.28.2 (4edd08e3f 2025-04-13)
rustup-init 1.28.2 (d1f31992a 2025-04-28)

The installer for rustup

Expand Down