From 002f43d9bdb385e0226c596eff8f0c93494e3fbe Mon Sep 17 00:00:00 2001 From: bors Date: Thu, 29 Jul 2021 16:57:14 +0000 Subject: [PATCH] Auto merge of #9745 - ehuss:cargo-util-version, r=alexcrichton Bump cargo-util version. I neglected to bump the version when moving some APIs over to this crate. cc #9744 --- Cargo.toml | 2 +- crates/cargo-util/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55a75c1afe9..09f69d702cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "src/cargo/lib.rs" atty = "0.2" bytesize = "1.0" cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" } -cargo-util = { path = "crates/cargo-util", version = "0.1.0" } +cargo-util = { path = "crates/cargo-util", version = "0.1.1" } crates-io = { path = "crates/crates-io", version = "0.33.0" } crossbeam-utils = "0.8" curl = { version = "0.4.23", features = ["http2"] } diff --git a/crates/cargo-util/Cargo.toml b/crates/cargo-util/Cargo.toml index c7848831f67..65929472f5e 100644 --- a/crates/cargo-util/Cargo.toml +++ b/crates/cargo-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-util" -version = "0.1.0" +version = "0.1.1" authors = ["The Cargo Project Developers"] edition = "2018" license = "MIT OR Apache-2.0"