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.
164
164
### The ` rust-version ` field
165
165
166
166
The ` 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 .
168
168
See [ the Rust version chapter] ( rust-version.md ) for more detail.
169
169
170
170
### The ` description ` field
Original file line number Diff line number Diff line change 1
1
# Rust Version
2
2
3
3
The ` 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 .
5
5
If the currently selected version of the Rust compiler is older than the stated
6
6
version, cargo will exit with an error, telling the user what version is
7
7
required.
You can’t perform that action at this time.
0 commit comments