Skip to content

Commit 1f76a21

Browse files
committed
Auto merge of #9746 - ehuss:beta-cargo-util-version, r=alexcrichton
[beta] Backport cargo-util version fix Backport of #9745 to fix the version for cargo-util. This should help if someone does `cargo update -p cargo` to ensure they get the correct version of cargo-util.
2 parents 95cf038 + 002f43d commit 1f76a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "src/cargo/lib.rs"
2222
atty = "0.2"
2323
bytesize = "1.0"
2424
cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
25-
cargo-util = { path = "crates/cargo-util", version = "0.1.0" }
25+
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
2626
crates-io = { path = "crates/crates-io", version = "0.33.0" }
2727
crossbeam-utils = "0.8"
2828
curl = { version = "0.4.23", features = ["http2"] }

crates/cargo-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["The Cargo Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)