Skip to content

Commit 4bd5f9c

Browse files
committed
chore(util): Version bump
1 parent 5d80aa2 commit 4bd5f9c

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
@@ -23,7 +23,7 @@ cargo-credential = { version = "0.2.0", path = "credential/cargo-credential" }
2323
cargo-platform = { path = "crates/cargo-platform", version = "0.1.3" }
2424
cargo-test-macro = { path = "crates/cargo-test-macro" }
2525
cargo-test-support = { path = "crates/cargo-test-support" }
26-
cargo-util = { version = "0.2.4", path = "crates/cargo-util" }
26+
cargo-util = { version = "0.2.5", path = "crates/cargo-util" }
2727
cargo_metadata = "0.14.0"
2828
clap = "4.2.0"
2929
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.workspace = true
55
license.workspace = true
66
homepage = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)