From 2208c1f62f0c32e819b71522d97a118ae2e1822c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 5 Jul 2019 10:42:46 -0700 Subject: [PATCH] Bump to 0.39.0 --- Cargo.toml | 4 ++-- crates/crates-io/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d15aa2513f5..1eed40489a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.38.0" +version = "0.39.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 = "crates/crates-io", version = "0.26" } +crates-io = { path = "crates/crates-io", version = "0.27" } crossbeam-utils = "0.6" crypto-hash = "0.3.1" curl = { version = "0.4.21", features = ['http2'] } diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index 1475f73f15d..23a4f0ff36f 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.26.0" +version = "0.27.0" edition = "2018" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0"