We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716b02c + 1a0430f commit 0d2aac7Copy full SHA for 0d2aac7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo"
3
-version = "0.35.0"
+version = "0.36.0"
4
edition = "2018"
5
authors = ["Yehuda Katz <wycats@gmail.com>",
6
"Carl Lerche <me@carllerche.com>",
@@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
21
atty = "0.2"
22
byteorder = "1.2"
23
bytesize = "1.0"
24
-crates-io = { path = "src/crates-io", version = "0.23" }
+crates-io = { path = "src/crates-io", version = "0.24" }
25
crossbeam-utils = "0.6"
26
crypto-hash = "0.3.1"
27
curl = { version = "0.4.19", features = ['http2'] }
src/crates-io/Cargo.toml
name = "crates-io"
-version = "0.23.0"
+version = "0.24.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
0 commit comments