Skip to content

Commit 62f05f4

Browse files
committed
Auto merge of #5079 - alexcrichton:bump, r=alexcrichton
Bump to 0.27.0
2 parents 56f2ec7 + c8c36e4 commit 62f05f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo"
3-
version = "0.26.0"
3+
version = "0.27.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.15" }
21+
crates-io = { path = "src/crates-io", version = "0.16" }
2222
crossbeam = "0.3"
2323
crypto-hash = "0.3"
2424
curl = "0.4.6"

src/crates-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.15.0"
3+
version = "0.16.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)