Commit e832e2c
chore: replace deprecated cargo_bin with cargo_bin_cmd! macro
The `assert_cmd::Command::cargo_bin` function was deprecated in assert_cmd
2.1.0 due to incompatibility with custom cargo build directories. This commit
migrates to the recommended `cargo_bin_cmd!` macro which provides the same
functionality without deprecation warnings.
Prompts:
- "run lint following upgrades"
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b15b3c3 commit e832e2c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
876 | 877 | | |
877 | 878 | | |
878 | 879 | | |
879 | | - | |
| 880 | + | |
880 | 881 | | |
881 | 882 | | |
882 | 883 | | |
| |||
0 commit comments