From: Alex Crichton Date: Thu, 4 Jan 2018 16:00:08 +0000 (-0800) Subject: Bump to 0.26.0 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~61^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3005021ad738e124405b4d9bb39d9c0680d81cc;p=cargo.git Bump to 0.26.0 --- diff --git a/Cargo.toml b/Cargo.toml index 3baa15307..29f305572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.25.0" +version = "0.26.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -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" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index 8dc575587..e3c56aaa0 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.14.0" +version = "0.15.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo"