From 9b8efd18e9c383ccaafa4fff63d7c8e87048ea96 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 15 Oct 2017 08:30:11 -0700 Subject: [PATCH] Bump to 0.24.0 It's that time of the year again! --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- src/crates-io/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 714bd6e1d40..b94788e209f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,12 +1,12 @@ [root] name = "cargo" -version = "0.23.0" +version = "0.24.0" dependencies = [ "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cargotest 0.1.0", "core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "crates-io 0.12.0", + "crates-io 0.13.0", "crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "crypto-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -125,7 +125,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "cargotest" version = "0.1.0" dependencies = [ - "cargo 0.23.0", + "cargo 0.24.0", "filetime 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "crates-io" -version = "0.12.0" +version = "0.13.0" dependencies = [ "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2aea7fbfcca..e452e30028b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.23.0" +version = "0.24.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.12" } +crates-io = { path = "src/crates-io", version = "0.13" } crossbeam = "0.3" crypto-hash = "0.3" curl = "0.4.6" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index 25a07376d02..c26abb5fb94 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.12.0" +version = "0.13.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo"