Skip to content

Commit

Permalink
Auto merge of #6399 - alexcrichton:bump, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump to 0.34.0
  • Loading branch information
bors committed Dec 8, 2018
2 parents 1e768f7 + 1b886f7 commit c4b5a63
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.33.0"
version = "0.34.0"
edition = "2018"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
Expand All @@ -20,7 +20,7 @@ path = "src/cargo/lib.rs"
[dependencies]
atty = "0.2"
bytesize = "1.0"
crates-io = { path = "src/crates-io", version = "0.21" }
crates-io = { path = "src/crates-io", version = "0.22" }
crossbeam-utils = "0.6"
crypto-hash = "0.3.1"
curl = { version = "0.4.19", features = ['http2'] }
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.21.0"
version = "0.22.0"
edition = "2018"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c4b5a63

Please sign in to comment.