Skip to content

Self-update does not report the new version downloaded #4327

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

Closed
rkuris opened this issue May 10, 2025 · 0 comments · Fixed by #4331
Closed

Self-update does not report the new version downloaded #4327

rkuris opened this issue May 10, 2025 · 0 comments · Fixed by #4331

Comments

@rkuris
Copy link

rkuris commented May 10, 2025

Problem you are trying to solve

When I ran my regular rustup update I got the new and amazing rustup version 1.28.2. Unfortunately, I didn't even know it, because it wasn't included in the summary:

...
info: installing component 'rustfmt'
info: checking for self-update
info: downloading self-update

  stable-aarch64-apple-darwin unchanged - rustc 1.86.0 (05f9846f8 2025-03-31)
   nightly-aarch64-apple-darwin updated - rustc 1.89.0-nightly (dcecb9917 2025-05-09) (from rustc 1.88.0-nightly (e643f59f6 2025-04-07))

info: cleaning up downloads & tmp directories

I had to do a web search to figure out it was updated, and then was able to run rustup self update to see I now had version 1.28.2.

Solution you'd like

I'd like the rustup update to show in the list of things updated, and if it isn't updated, it could just say "rustup unchanged" just like it does for stable in my example output above.

Notes

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant