add --ignore-rust-version
for cargo install
#11718
Labels
A-rust-version
Area: rust-version in Cargo.toml
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
E-easy
Experience: Easy
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Problem
Subcommands like
build
allow to ignore the minimum rust version of dependencies by the--ignore-rust-version
flag.Because
build
is a step ofcargo install
, this flag should be available there too.Proposed Solution
Notes
No response
The text was updated successfully, but these errors were encountered: