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.
2 parents 56f2ec7 + c8c36e4 commit 62f05f4Copy full SHA for 62f05f4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo"
3
-version = "0.26.0"
+version = "0.27.0"
4
authors = ["Yehuda Katz <wycats@gmail.com>",
5
"Carl Lerche <me@carllerche.com>",
6
"Alex Crichton <alex@alexcrichton.com>"]
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
18
19
[dependencies]
20
atty = "0.2"
21
-crates-io = { path = "src/crates-io", version = "0.15" }
+crates-io = { path = "src/crates-io", version = "0.16" }
22
crossbeam = "0.3"
23
crypto-hash = "0.3"
24
curl = "0.4.6"
src/crates-io/Cargo.toml
name = "crates-io"
-version = "0.15.0"
+version = "0.16.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
0 commit comments