Skip to content

Commit

Permalink
docs(ref): Change from rust-version from compilation to support
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 3, 2024
1 parent 1652c3b commit e38e966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ will have `edition` explicitly specified to a newer value.
### The `rust-version` field

The `rust-version` field tells cargo what version of the
Rust language and compiler your package can be compiled with.
Rust language and compiler you support for your package.
See [the Rust version chapter](rust-version.md) for more detail.

### The `description` field
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/reference/rust-version.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rust Version

The `rust-version` field is an optional key that tells cargo what version of the
Rust language and compiler your package can be compiled with.
Rust language and compiler you support for your package.
If the currently 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.
Expand Down

0 comments on commit e38e966

Please sign in to comment.