chore(util): Version bump

This commit is contained in:
Ed Page 2023-07-14 14:28:35 -05:00
parent 5d80aa263d
commit 4bd5f9ca50
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -423,7 +423,7 @@ dependencies = [
[[package]]
name = "cargo-util"
version = "0.2.4"
version = "0.2.5"
dependencies = [
"anyhow",
"core-foundation",

View file

@ -23,7 +23,7 @@ cargo-credential = { version = "0.2.0", path = "credential/cargo-credential" }
cargo-platform = { path = "crates/cargo-platform", version = "0.1.3" }
cargo-test-macro = { path = "crates/cargo-test-macro" }
cargo-test-support = { path = "crates/cargo-test-support" }
cargo-util = { version = "0.2.4", path = "crates/cargo-util" }
cargo-util = { version = "0.2.5", path = "crates/cargo-util" }
cargo_metadata = "0.14.0"
clap = "4.2.0"
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }

View file

@ -1,6 +1,6 @@
[package]
name = "cargo-util"
version = "0.2.4"
version = "0.2.5"
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"