Closed
Description
Current Behavior
I've read about #5882 in the news and wanted to check it on my binary crates:
- For
wasefire-cli
it's all good. The text displaysRunning the above command will globally install the wasefire binary.
which is correct. - However for
data-encoding-bin
it's wrong. The text displaysRunning the above command will globally install the data-encoding and data-encoding-bin binaries.
while to my understanding there should only be a single build-target, nameddata-encoding
.
Expected Behavior
For data-encoding-bin
, the text displays Running the above command will globally install the data-encoding binary.
.
Steps To Reproduce
- Go to https://crates.io/crates/data-encoding-bin
- Look at the install section on the right
cargo install data-encoding-bin
ls ~/.cargo/bin/data-encoding*
lists onlydata-encoding
binary
Environment
I hope it's irrelevant, but Chrome on Linux.
Anything else?
No response