Skip to content

Commit 263548d

Browse files
committed
Auto merge of #4146 - alexcrichton:bump, r=alexcrichton
Bump to 0.21.0 We're working on the next version now!
2 parents e810012 + 90299a6 commit 263548d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["Yehuda Katz <[email protected]>",
55
"Carl Lerche <[email protected]>",
66
"Alex Crichton <[email protected]>"]
@@ -17,7 +17,7 @@ name = "cargo"
1717
path = "src/cargo/lib.rs"
1818

1919
[dependencies]
20-
crates-io = { path = "src/crates-io", version = "0.9" }
20+
crates-io = { path = "src/crates-io", version = "0.10" }
2121
crossbeam = "0.2"
2222
curl = "0.4.6"
2323
docopt = "0.7"

src/crates-io/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)