Skip to content

Commit e9e58b6

Browse files
committed
Auto merge of #3454 - alexcrichton:bump1, r=alexcrichton
Bump crates-io to 0.6.0
2 parents 09a362a + 5f4b9f2 commit e9e58b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
1818

1919
[dependencies]
2020
advapi32-sys = "0.2"
21-
crates-io = { path = "src/crates-io", version = "0.4" }
21+
crates-io = { path = "src/crates-io", version = "0.6" }
2222
crossbeam = "0.2"
2323
curl = "0.4"
2424
docopt = "0.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.4.0"
3+
version = "0.6.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)