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

This commit is contained in:
Arlo Siemsen 2023-07-13 14:35:09 -05:00
parent 20df9e40a4
commit d45ba88290
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"