Skip to content

Conversation

@Wilfred
Copy link
Owner

@Wilfred Wilfred commented Nov 14, 2025

Replace deprecated Command::cargo_bin() method with the new assert_cmd::cargo::cargo_bin!() macro to eliminate 51 deprecation warnings when building tests. This change is compatible with assert_cmd 2.0+ and addresses the incompatibility with custom cargo build directories.

All 51 integration tests continue to pass.

Replace deprecated `Command::cargo_bin()` method with the new
`assert_cmd::cargo::cargo_bin!()` macro to eliminate 51 deprecation
warnings when building tests. This change is compatible with
assert_cmd 2.0+ and addresses the incompatibility with custom
cargo build directories.

All 51 integration tests continue to pass.
@Wilfred Wilfred merged commit bfc4e1a into main Nov 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants