Skip to content

Commit d45ba88

Browse files
committed
Bump version of crates-io due to unintentional semver-breaking change
1 parent 20df9e4 commit d45ba88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cargo-util = { version = "0.2.4", path = "crates/cargo-util" }
2323
cargo_metadata = "0.14.0"
2424
clap = "4.2.0"
2525
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
26-
crates-io = { version = "0.36.1", path = "crates/crates-io" }
26+
crates-io = { version = "0.37.0", path = "crates/crates-io" }
2727
criterion = { version = "0.5.1", features = ["html_reports"] }
2828
curl = "0.4.44"
2929
curl-sys = "0.4.63"

crates/crates-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.36.1"
3+
version = "0.37.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)