Skip to content

Commit 1f87de3

Browse files
committed
Bump cargo-util version
1 parent d0554f9 commit 1f87de3

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
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
1818
[dependencies]
1919
bytesize = "1.0"
2020
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
21-
cargo-util = { path = "crates/cargo-util", version = "0.2.3" }
21+
cargo-util = { path = "crates/cargo-util", version = "0.3.0" }
2222
crates-io = { path = "crates/crates-io", version = "0.35.1" }
2323
curl = { version = "0.4.44", features = ["http2"] }
2424
curl-sys = "0.4.59"

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.2.3"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)