Skip to content

Commit 29fc01b

Browse files
committed
Auto merge of #4896 - alexcrichton:bump, r=alexcrichton
Bump to 0.26.0
2 parents 638a718 + b300502 commit 29fc01b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo"
3-
version = "0.25.0"
3+
version = "0.26.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.14" }
21+
crates-io = { path = "src/crates-io", version = "0.15" }
2222
crossbeam = "0.3"
2323
crypto-hash = "0.3"
2424
curl = "0.4.6"
@@ -79,7 +79,7 @@ features = [
7979

8080
[dev-dependencies]
8181
bufstream = "0.1"
82-
cargotest = { path = "tests/cargotest" }
82+
cargotest = { path = "tests/cargotest", version = "0.1" }
8383
filetime = "0.1"
8484
hamcrest = "=0.1.1"
8585

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.14.0"
3+
version = "0.15.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)