File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cargo-install - Build and install a Rust binary
88
99## SYNOPSIS
1010
11- ` cargo install ` [ _ options_ ] _ crate_ ...\
11+ ` cargo install ` [ _ options_ ] _ crate_ [ @ _ version _ ] ...\
1212` cargo install ` [ _ options_ ] ` --path ` _ path_ \
1313` cargo install ` [ _ options_ ] ` --git ` _ url_ [ _ crate_ ...] \
1414` cargo install ` [ _ options_ ] ` --list `
Original file line number Diff line number Diff line change 44 cargo-install - Build and install a Rust binary
55
66SYNOPSIS
7- cargo install [options] crate...
7+ cargo install [options] crate[@version] ...
88 cargo install [options] --path path
99 cargo install [options] --git url [crate...]
1010 cargo install [options] --list
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cargo-install - Build and install a Rust binary
88
99## SYNOPSIS
1010
11- ` cargo install ` [ _ options_ ] _ crate_ ...\
11+ ` cargo install ` [ _ options_ ] _ crate_ [ @ _ version _ ] ...\
1212` cargo install ` [ _ options_ ] ` --path ` _ path_ \
1313` cargo install ` [ _ options_ ] ` --git ` _ url_ [ _ crate_ ...] \
1414` cargo install ` [ _ options_ ] ` --list `
Original file line number Diff line number Diff line change 66.SH "NAME"
77cargo\- install \- Build and install a Rust binary
88.SH "SYNOPSIS"
9- \fB cargo install \fR [\fI options \fR ] \fI crate \fR \& ...
9+ \fB cargo install \fR [\fI options \fR ] \fI crate \fR [@ \fI version \fR ] \& ...
1010.br
1111\fB cargo install \fR [\fI options \fR ] \fB \-\- path \fR \fI path \fR
1212.br
You can’t perform that action at this time.
0 commit comments