File tree 4 files changed +19
-0
lines changed
4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ See also the `--profile` option for choosing a specific profile by name.
179
179
180
180
{{> options-profile }}
181
181
182
+ {{> options-ignore-rust-version }}
183
+
182
184
{{> options-timings }}
183
185
184
186
{{/options}}
Original file line number Diff line number Diff line change @@ -215,6 +215,11 @@ OPTIONS
215
215
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
216
216
details on profiles.
217
217
218
+ --ignore-rust-version
219
+ Install the target even if the selected Rust compiler is older than
220
+ the required Rust version as configured in the project’s
221
+ rust-version field.
222
+
218
223
--timings=fmts
219
224
Output information how long each compilation takes, and track
220
225
concurrency information over time. Accepts an optional
Original file line number Diff line number Diff line change @@ -248,6 +248,12 @@ See the <a href="../reference/profiles.html">the reference</a> for more details
248
248
249
249
250
250
251
+ <dt class =" option-term " id =" option-cargo-install---ignore-rust-version " ><a class =" option-anchor " href =" #option-cargo-install---ignore-rust-version " ></a ><code >--ignore-rust-version</code ></dt >
252
+ <dd class =" option-desc " >Install the target even if the selected Rust compiler is older than the
253
+ required Rust version as configured in the project’s <code >rust-version</code > field.</dd >
254
+
255
+
256
+
251
257
<dt class =" option-term " id =" option-cargo-install---timings=fmts " ><a class =" option-anchor " href =" #option-cargo-install---timings=fmts " ></a ><code >--timings=</code ><em >fmts</em ></dt >
252
258
<dd class =" option-desc " >Output information how long each compilation takes, and track concurrency
253
259
information over time. Accepts an optional comma-separated list of output
Original file line number Diff line number Diff line change @@ -273,6 +273,12 @@ Install with the given profile.
273
273
See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
274
274
.RE
275
275
.sp
276
+ \fB \-\- ignore \- rust \- version \fR
277
+ .RS 4
278
+ Install the target even if the selected Rust compiler is older than the
279
+ required Rust version as configured in the project\[cq ] s \fB rust \- version \fR field.
280
+ .RE
281
+ .sp
276
282
\fB \-\- timings= \fR\fI fmts \fR
277
283
.RS 4
278
284
Output information how long each compilation takes, and track concurrency
You can’t perform that action at this time.
0 commit comments