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
This commit is contained in:
bors 2021-07-29 16:57:14 +00:00
commit 97641b17dc
2 changed files with 2 additions and 2 deletions

View File

@ -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"] }

View File

@ -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"