Skip to content

Commit 2fb77a4

Browse files
committed
Auto merge of #5991 - alexcrichton:bump, r=alexcrichton
Bump Cargo to 0.30.0 Looks like we accidentally forgot to do this!
2 parents f9926c6 + 0b30a79 commit 2fb77a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
authors = ["Yehuda Katz <[email protected]>",
55
"Carl Lerche <[email protected]>",
66
"Alex Crichton <[email protected]>"]
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
1818

1919
[dependencies]
2020
atty = "0.2"
21-
crates-io = { path = "src/crates-io", version = "0.18" }
21+
crates-io = { path = "src/crates-io", version = "0.19" }
2222
crossbeam-utils = "0.5"
2323
crypto-hash = "0.3.1"
2424
curl = "0.4.13"

src/crates-io/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)