Skip to content

Commit 41ac607

Browse files
committed
Bump cargo-util version.
1 parent 4231106 commit 41ac607

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
@@ -19,7 +19,7 @@ path = "src/cargo/lib.rs"
1919
atty = "0.2"
2020
bytesize = "1.0"
2121
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
22-
cargo-util = { path = "crates/cargo-util", version = "0.1.3" }
22+
cargo-util = { path = "crates/cargo-util", version = "0.2.1" }
2323
crates-io = { path = "crates/crates-io", version = "0.34.0" }
2424
crossbeam-utils = "0.8"
2525
curl = { version = "0.4.43", 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.4"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)