Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/cargo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cebef2951ee69617852844894164b54ed478a7da
Choose a base ref
...
head repository: rust-lang/cargo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f76a218bc7f326606dda811b58c42b7e1e21168
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 27, 2021

  1. Auto merge of #9727 - ehuss:fix-version, r=alexcrichton

    Fix version string.
    
    The version string for `cargo version` was inadvertently changed in #9657 so that it does not include the leading `cargo` as in `cargo 1.53.0 (4369396 2021-04-27)`.
    bors authored and ehuss committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    45a309e View commit details
    Browse the repository at this point in the history
  2. Auto merge of #9734 - ehuss:fix-version-beta, r=alexcrichton

    [Beta] backport version string fix
    
    Beta backport of #9727 for 1.55.
    bors committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    95cf038 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Auto merge of #9745 - ehuss:cargo-util-version, r=alexcrichton

    Bump cargo-util version.
    
    I neglected to bump the version when moving some APIs over to this crate.
    
    cc #9744
    bors authored and ehuss committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    002f43d View commit details
    Browse the repository at this point in the history
  2. Auto merge of #9746 - ehuss:beta-cargo-util-version, r=alexcrichton

    [beta] Backport cargo-util version fix
    
    Backport of #9745 to fix the version for cargo-util.  This should help if someone does `cargo update -p cargo` to ensure they get the correct version of cargo-util.
    bors committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1f76a21 View commit details
    Browse the repository at this point in the history
Loading