Bump to 0.26.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 4 Jan 2018 16:00:08 +0000 (08:00 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 4 Jan 2018 16:00:08 +0000 (08:00 -0800)
Cargo.toml
src/crates-io/Cargo.toml

index 3baa153073f6ccdb1602b0c6c829655b5bf8ad2d..29f3055721a48130dceb1b89fc6846a1e8d3aad5 100644 (file)
@@ -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>"]
@@ -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"
@@ -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"
 
index 8dc575587223f81d126a71d5f1f5269be2643629..e3c56aaa03c0dbff044ba2fa3440a26b489d1005 100644 (file)
@@ -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"