-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-removeS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Problem
cargo remove
was added in 1.66.0 but its semantics are different from cargo add
due to it lacks the translation behavior. This can be a problem for writing scripts which might want to reverse adding a dependency that contains an underscore instead of a dash as a separator.
Proposed Solution
Translate _
to -
.
Notes
No response
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-removeS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.