Skip to content

Commit

Permalink
Update cargo-config2 to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 17, 2023
1 parent 2333485 commit 3104e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

- Fix compatibility with old Cargo. This fixes a regression introduced in 0.6.9.

## [0.6.9] - 2023-10-17

- Improve performance and reduce disc usage by passing `--filter-platform` to `cargo metadata`. ([#223](https://github.com/taiki-e/cargo-hack/pull/223))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resolver = "2"

[dependencies]
anyhow = "1.0.47"
cargo-config2 = "0.1.5"
cargo-config2 = "0.1.13"
ctrlc = { version = "3.1.4", features = ["termination"] }
is-terminal = "0.4"
lexopt = "0.3"
Expand Down

0 comments on commit 3104e95

Please sign in to comment.