Auto merge of #12517 - weihanglo:bump-cargo-util-0.2.6, r=epage

chore(cargo-util): bump version to 0.2.6
This commit is contained in:
bors 2023-08-16 19:25:54 +00:00
commit 3a34fca9ee
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

@ -26,7 +26,7 @@ cargo-credential-macos-keychain = { version = "0.3.0", path = "credential/cargo-
cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
cargo-test-macro = { path = "crates/cargo-test-macro" }
cargo-test-support = { path = "crates/cargo-test-support" }
cargo-util = { version = "0.2.5", path = "crates/cargo-util" }
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
cargo_metadata = "0.14.0"
clap = "4.3.19"
core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }

View File

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