We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb3f2c5 + b688f7d commit c95f396Copy full SHA for c95f396
Cargo.toml
@@ -22,7 +22,7 @@ path = "src/cargo/lib.rs"
22
atty = "0.2"
23
bytesize = "1.0"
24
cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
25
-crates-io = { path = "crates/crates-io", version = "0.30" }
+crates-io = { path = "crates/crates-io", version = "0.31" }
26
crossbeam-utils = "0.7"
27
crypto-hash = "0.3.1"
28
curl = { version = "0.4.23", features = ["http2"] }
crates/crates-io/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "crates-io"
3
-version = "0.30.0"
+version = "0.31.0"
4
edition = "2018"
5
authors = ["Alex Crichton <[email protected]>"]
6
license = "MIT OR Apache-2.0"
0 commit comments