fix: Typo

Co-authored-by: Kaur Kuut <strom@nevermore.ee>
This commit is contained in:
Ed Page 2024-02-27 10:19:25 -06:00 committed by GitHub
parent 9f22fbc17a
commit 03431f98f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ We are introducing several new concepts
*(update to [manifest documentation](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field))*
The `rust-version` field is an optional key that tells cargo what version of the
Rust language and compiler your support compiling your package with. If the currently
Rust language and compiler you support compiling your package with. 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.
To support this, Cargo will prefer dependencies that are compatible with your `rust-version`.