Skip to content

Commit

Permalink
Auto merge of #5991 - alexcrichton:bump, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump Cargo to 0.30.0

Looks like we accidentally forgot to do this!
  • Loading branch information
bors committed Sep 7, 2018
2 parents f9926c6 + 0b30a79 commit 2fb77a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo"
version = "0.30.0"
version = "0.31.0"
authors = ["Yehuda Katz <[email protected]>",
"Carl Lerche <[email protected]>",
"Alex Crichton <[email protected]>"]
Expand All @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"

[dependencies]
atty = "0.2"
crates-io = { path = "src/crates-io", version = "0.18" }
crates-io = { path = "src/crates-io", version = "0.19" }
crossbeam-utils = "0.5"
crypto-hash = "0.3.1"
curl = "0.4.13"
Expand Down
2 changes: 1 addition & 1 deletion src/crates-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crates-io"
version = "0.18.0"
version = "0.19.0"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
Expand Down

0 comments on commit 2fb77a4

Please sign in to comment.