-
Notifications
You must be signed in to change notification settings - Fork 894
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
Inform what version rustup was updated from #2110
Comments
Hi, I would like to take this issue |
Hi @chansuke, I'm sorry it took so long to respond. Thank you for being interested in this enhancement request. You should pop along to our discord: https://discord.gg/cKdYFVz ( Thanks again, and welcome to Rustup. D. |
@kinnison Thank you. I will check discord channel. |
Hi @chansuke. Are you still working on this issue? |
Minor nit on formatting: please make the "from" version less prominent (e.g. parenthetical), so that it's easier to quickly scan the line for the version and distinguish the old and new versions. |
This change modifies the cli output of `rustup update` to display the previous version of rustc for toolchains that are updated: $ rustup update stable-x86_64-apple-darwin unchanged - rustc 1.39.0 (4560ea788 2019-11-04) nightly-x86_64-apple-darwin updated - rustc 1.41.0-nightly (7afe6d9d1 2019-12-03) (from rustc 1.40.0-nightly (22bc9e1d9 2019-09-30)) Fixes rust-lang#2110.
This change modifies the cli output of `rustup update` to display the previous version of rustc for toolchains that are updated: $ rustup update stable-x86_64-apple-darwin unchanged - rustc 1.39.0 (4560ea788 2019-11-04) nightly-x86_64-apple-darwin updated - rustc 1.41.0-nightly (7afe6d9d1 2019-12-03) (from rustc 1.40.0-nightly (22bc9e1d9 2019-09-30)) Fixes rust-lang#2110.
This change modifies the cli output of `rustup update` to display the previous version of rustc for toolchains that are updated: $ rustup update --snip-- stable-x86_64-apple-darwin unchanged - rustc 1.39.0 (4560ea788 2019-11-04) nightly-x86_64-apple-darwin updated - rustc 1.41.0-nightly (7afe6d9d1 2019-12-03) (from rustc 1.40.0-nightly (22bc9e1d9 2019-09-30)) Closes rust-lang#2110.
Currently
rustup update
outputs:It would be nice if rustup could print out which version it was updated from:
Meta
rustup -V: rustup 1.20.1 :: 1.20.0+14 (4eadfff 2019-10-15)
The text was updated successfully, but these errors were encountered: