We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d17280 commit 1049aa1Copy full SHA for 1049aa1
Cargo.toml
@@ -37,7 +37,7 @@ cargo_metadata = "0.18.1"
37
clap = "4.4.12"
38
color-print = "0.3.5"
39
core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
40
-crates-io = { version = "0.39.0", path = "crates/crates-io" }
+crates-io = { version = "0.40.0", path = "crates/crates-io" }
41
criterion = { version = "0.5.1", features = ["html_reports"] }
42
curl = "0.4.44"
43
curl-sys = "0.4.70"
crates/crates-io/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "crates-io"
3
-version = "0.39.2"
+version = "0.40.0"
4
rust-version.workspace = true
5
edition.workspace = true
6
license.workspace = true
0 commit comments