Skip to content

Commit 002f43d

Browse files
borsehuss
authored andcommitted
Auto merge of rust-lang#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 rust-lang#9744
1 parent cebef29 commit 002f43d

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)