Skip to content

Commit 3a376dc

Browse files
committed
chore: bump cargo-util to 0.2.5
1 parent 44b6be4 commit 3a376dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo-credential = { version = "0.2.0", path = "credential/cargo-credential" }
1919
cargo-platform = { path = "crates/cargo-platform", version = "0.1.3" }
2020
cargo-test-macro = { path = "crates/cargo-test-macro" }
2121
cargo-test-support = { path = "crates/cargo-test-support" }
22-
cargo-util = { version = "0.2.4", path = "crates/cargo-util" }
22+
cargo-util = { version = "0.2.5", path = "crates/cargo-util" }
2323
cargo_metadata = "0.14.0"
2424
clap = "4.2.0"
2525
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }

crates/cargo-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)