Skip to content

Commit

Permalink
Auto merge of #4896 - alexcrichton:bump, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump to 0.26.0
  • Loading branch information
bors committed Jan 4, 2018
2 parents 638a718 + b300502 commit 29fc01b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo"
version = "0.25.0"
version = "0.26.0"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
"Alex Crichton <alex@alexcrichton.com>"]
Expand All @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"

[dependencies]
atty = "0.2"
crates-io = { path = "src/crates-io", version = "0.14" }
crates-io = { path = "src/crates-io", version = "0.15" }
crossbeam = "0.3"
crypto-hash = "0.3"
curl = "0.4.6"
Expand Down Expand Up @@ -79,7 +79,7 @@ features = [

[dev-dependencies]
bufstream = "0.1"
cargotest = { path = "tests/cargotest" }
cargotest = { path = "tests/cargotest", version = "0.1" }
filetime = "0.1"
hamcrest = "=0.1.1"

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.14.0"
version = "0.15.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
Expand Down

0 comments on commit 29fc01b

Please sign in to comment.