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: 0.72.0
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: 0.72.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 13, 2023

  1. Bump version of crates-io due to unintentional semver-breaking change

    proc-macro2 is updated to fix nightly build
    arlosi committed Jul 13, 2023
    Copy the full SHA
    6e8fe1e View commit details
  2. Auto merge of #12355 - arlosi:1.71.0-version-bump, r=weihanglo

    Bump version of crates-io due to unintentional semver-breaking change
    
    r? `@weihanglo`
    
    Fixes #12354
    bors committed Jul 13, 2023
    Copy the full SHA
    c0eb6cc View commit details
Showing with 7 additions and 7 deletions.
  1. +4 −4 Cargo.lock
  2. +2 −2 Cargo.toml
  3. +1 −1 crates/crates-io/Cargo.toml
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ cargo-util = { version = "0.2.4", path = "crates/cargo-util" }
cargo_metadata = "0.14.0"
clap = "4.2.0"
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.36.1", path = "crates/crates-io" }
crates-io = { version = "0.37.0", path = "crates/crates-io" }
criterion = { version = "0.3.5", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.61"
@@ -95,7 +95,7 @@ windows-sys = "0.48"

[package]
name = "cargo"
version = "0.72.0"
version = "0.72.1"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://crates.io"
2 changes: 1 addition & 1 deletion crates/crates-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crates-io"
version = "0.36.1"
version = "0.37.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"