Skip to content

Commit

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

It's that time of the year again!
  • Loading branch information
bors committed Oct 15, 2017
2 parents c1dd25a + 9b8efd1 commit 2e61564
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.23.0"
version = "0.24.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.12" }
crates-io = { path = "src/crates-io", version = "0.13" }
crossbeam = "0.3"
crypto-hash = "0.3"
curl = "0.4.6"
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.12.0"
version = "0.13.0"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
Expand Down

0 comments on commit 2e61564

Please sign in to comment.