Skip to content

Commit c0650fb

Browse files
committed
Auto merge of #3635 - alexcrichton:bump, r=alexcrichton
Bump to 0.18.0
2 parents 8dd95e8 + d53ab1d commit c0650fb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

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

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.17.0"
3+
version = "0.18.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.6" }
20+
crates-io = { path = "src/crates-io", version = "0.7" }
2121
crossbeam = "0.2"
2222
curl = "0.4"
2323
docopt = "0.6"

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CFG_RELEASE_NUM=0.17.0
1+
CFG_RELEASE_NUM=0.18.0
22
CFG_RELEASE_LABEL=
33

44
OPENSSL_VERS=1.0.2k

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.6.0"
3+
version = "0.7.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)