Skip to content
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

Rustup could show the planned release date for the next version of Rust toolchain #4147

Open
pcgeek86 opened this issue Jan 9, 2025 · 1 comment

Comments

@pcgeek86
Copy link

pcgeek86 commented Jan 9, 2025

Problem you are trying to solve

Every few days, I fire up a terminal (PowerShell Core) and run rustup check to see if there's a new stable release of the Rust toolchain available. Most of the time, there isn't a release available, and I'm kinda left wondering when I should check again.

Solution you'd like

It would be kinda neat if the rustup check command would indicate the next planned / targeted release of a Rust toolchain update, for stable and beta release channels, at least.

Think of it like "hey, you're up-to-date, but check back in 2 weeks and there will probably be a new stable release!" or "next week there will probably be a new beta of 1.84!"

Notes

Image

@djc
Copy link
Contributor

djc commented Jan 10, 2025

I don't think this would be trivial to do for the general case. The stable channel has a very reliable cadence but I'm not sure the same is true for beta and for nightly it feels fairly pointless?

I recommend just putting a repeating 6-week event in your calendar (I have this).

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

No branches or pull requests

2 participants