Handling of deprecated binaries in crates.toml #4321
Labels
Command-install
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
cargo-edit
0.1.6 used to provide the following binaries: ["cargo-add", "cargo-list", "cargo-rm"].cargo-edit
0.2.0 now provides ["cargo-add", "cargo-rm", "cargo-upgrade"].I updated
cargo-edit
by runningcargo install-update cargo-edit
[edited typo] which in turn rancargo install -f cargo-edit
. Now, I have with the following in my.crates.toml
:Is that the expected behavior? This seems to leave 0.1.6 in an inconsistent state since
cargo-add
andcargo-rm
are now v0.2.0 whencargo-list
is still v0.1.6.Is this acceptable and can this be improved, or are subcommands like
cargo-install-update
expected to handle this?The text was updated successfully, but these errors were encountered: