chore(cargo-util): bump version to 0.2.6

This commit is contained in:
Weihang Lo 2023-08-16 20:06:40 +01:00
parent b6254cae48
commit 5691da2b79
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7
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"