Auto merge of #12357 - arlosi:crates-io-version-bump, r=weihanglo

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

r? `@weihanglo`

Fixes #12354
This commit is contained in:
bors 2023-07-13 21:09:42 +00:00
commit 4bbb300055
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -585,7 +585,7 @@ dependencies = [
[[package]]
name = "crates-io"
version = "0.36.1"
version = "0.37.0"
dependencies = [
"anyhow",
"curl",

View file

@ -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.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.63"

View file

@ -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"