Skip to content

Commit ae1c3c2

Browse files
committed
Add --ignore-rust-version flag to cargo install
1 parent 94394eb commit ae1c3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cargo/commands/install.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ pub fn cli() -> Command {
8080
.requires("crate")
8181
.conflicts_with_all(&["git", "path", "index"]),
8282
)
83+
.arg_ignore_rust_version()
8384
.arg_message_format()
8485
.arg_timings()
8586
.after_help("Run `cargo help install` for more detailed information.\n")

0 commit comments

Comments
 (0)