From 2923cfa39043d4d32ee8921067222166e6afd89f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 15 Apr 2019 12:09:02 -0700 Subject: [PATCH] Bump to 0.37.0 --- Cargo.toml | 4 ++-- src/crates-io/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8d8bf5c8b3..d631699bc64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.36.0" +version = "0.37.0" edition = "2018" authors = ["Yehuda Katz ", "Carl Lerche ", @@ -21,7 +21,7 @@ path = "src/cargo/lib.rs" atty = "0.2" byteorder = "1.2" bytesize = "1.0" -crates-io = { path = "src/crates-io", version = "0.24" } +crates-io = { path = "src/crates-io", version = "0.25" } crossbeam-utils = "0.6" crypto-hash = "0.3.1" curl = { version = "0.4.19", features = ['http2'] } diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index ca60d9036d9..1168b21feb6 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.24.0" +version = "0.25.0" edition = "2018" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0"