Skip to content

Conversation

@rockbmb
Copy link
Collaborator

@rockbmb rockbmb commented Jan 14, 2026

No description provided.

These tests used `assert_cmd::carg::cargo_bin`, which is deprecated.
It is meant to be replaced with the macro `assert_cmd::cargo_bin!`,
which required tests to be moved to the `cli` crate.
If tests hadn't been moved, that macro would fail to find the binary,
as the `CARGO_BIN_EXE_*` environment variable with the absolute path
to a binary target’s executable would not have been set.
Moving the tests causes it to be set, and the macro then works.
@rockbmb rockbmb self-assigned this Jan 14, 2026
@rockbmb rockbmb added the dependencies Pull requests that update a dependency file label Jan 14, 2026
@rockbmb rockbmb merged commit 9156630 into main Jan 15, 2026
5 checks passed
@rockbmb rockbmb deleted the crates-publishing-cleanup-retry branch January 15, 2026 01:10
@rockbmb rockbmb mentioned this pull request Jan 16, 2026
rockbmb added a commit that referenced this pull request Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants