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

Output the previous version of a toolchain when it is updated #2143

Merged
merged 1 commit into from
Dec 6, 2019

Commits on Dec 6, 2019

  1. Output the previous version of a toolchain when it is updated

    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.
    RobbieClarken committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    8a0b4ae View commit details
    Browse the repository at this point in the history