-
Notifications
You must be signed in to change notification settings - Fork 678
Closed
Labels
Description
Current Behavior
I've read about #5882 in the news and wanted to check it on my binary crates:
- For
wasefire-cliit's all good. The text displaysRunning the above command will globally install the wasefire binary.which is correct. - However for
data-encoding-binit'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-binls ~/.cargo/bin/data-encoding*lists onlydata-encodingbinary
Environment
I hope it's irrelevant, but Chrome on Linux.
Anything else?
No response