File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ will have `edition` explicitly specified to a newer value.
164164### The ` rust-version ` field
165165
166166The ` rust-version ` field tells cargo what version of the
167- Rust language and compiler your package can be compiled with .
167+ Rust language and compiler you support for your package .
168168See [ the Rust version chapter] ( rust-version.md ) for more detail.
169169
170170### The ` description ` field
Original file line number Diff line number Diff line change 11# Rust Version
22
33The ` rust-version ` field is an optional key that tells cargo what version of the
4- Rust language and compiler your package can be compiled with .
4+ Rust language and compiler you support for your package .
55If the currently selected version of the Rust compiler is older than the stated
66version, cargo will exit with an error, telling the user what version is
77required.
You can’t perform that action at this time.
0 commit comments