mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
docs(ref): Remove duplicate MSRV comment about MSRV
Previousl, we've added a -note to each item in a consistent style.
This commit is contained in:
parent
9d66d13e44
commit
f42831b356
@ -167,9 +167,6 @@ Rust language and compiler your package can be compiled with. If the currently
|
|||||||
selected version of the Rust compiler is older than the stated version, cargo
|
selected version of the Rust compiler is older than the stated version, cargo
|
||||||
will exit with an error, telling the user what version is required.
|
will exit with an error, telling the user what version is required.
|
||||||
|
|
||||||
The first version of Cargo that supports this field was released with Rust 1.56.0.
|
|
||||||
In older releases, the field will be ignored, and Cargo will display a warning.
|
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[package]
|
[package]
|
||||||
# ...
|
# ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user