Skip to content

Commit

Permalink
Auto merge of #12517 - weihanglo:bump-cargo-util-0.2.6, r=epage
Browse files Browse the repository at this point in the history
chore(cargo-util): bump version to 0.2.6
  • Loading branch information
bors committed Aug 16, 2023
2 parents b6254ca + 5691da2 commit 3a34fca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3a34fca

Please sign in to comment.