Skip to content

Commit e38e966

Browse files
committed
docs(ref): Change from rust-version from compilation to support
1 parent 1652c3b commit e38e966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ will have `edition` explicitly specified to a newer value.
164164
### The `rust-version` field
165165

166166
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.
168168
See [the Rust version chapter](rust-version.md) for more detail.
169169

170170
### The `description` field

src/doc/src/reference/rust-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rust Version
22

33
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.
55
If the currently selected version of the Rust compiler is older than the stated
66
version, cargo will exit with an error, telling the user what version is
77
required.

0 commit comments

Comments
 (0)