Skip to content

Commit 3a34fca

Browse files
committed
Auto merge of #12517 - weihanglo:bump-cargo-util-0.2.6, r=epage
chore(cargo-util): bump version to 0.2.6
2 parents b6254ca + 5691da2 commit 3a34fca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cargo-credential-macos-keychain = { version = "0.3.0", path = "credential/cargo-
2626
cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
2727
cargo-test-macro = { path = "crates/cargo-test-macro" }
2828
cargo-test-support = { path = "crates/cargo-test-support" }
29-
cargo-util = { version = "0.2.5", path = "crates/cargo-util" }
29+
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
3030
cargo_metadata = "0.14.0"
3131
clap = "4.3.19"
3232
core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }

crates/cargo-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition.workspace = true
55
license.workspace = true
66
homepage = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)