Skip to content

Commit

Permalink
Auto merge of #5498 - alexcrichton:bump, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump to 0.29.0
  • Loading branch information
bors committed May 8, 2018
2 parents 5d4c71f + f7e5315 commit caa7ac1
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.28.0"
version = "0.29.0"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
"Alex Crichton <alex@alexcrichton.com>"]
Expand All @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"

[dependencies]
atty = "0.2"
crates-io = { path = "src/crates-io", version = "0.16" }
crates-io = { path = "src/crates-io", version = "0.17" }
crossbeam = "0.3"
crypto-hash = "0.3.1"
curl = "0.4.12"
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.16.0"
version = "0.17.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
Expand Down

0 comments on commit caa7ac1

Please sign in to comment.