We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f22fbc commit 03431f9Copy full SHA for 03431f9
text/3537-msrv-resolver.md
@@ -393,7 +393,7 @@ We are introducing several new concepts
393
*(update to [manifest documentation](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field))*
394
395
The `rust-version` field is an optional key that tells cargo what version of the
396
-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
397
selected version of the Rust compiler is older than the stated version, cargo
398
will exit with an error, telling the user what version is required.
399
To support this, Cargo will prefer dependencies that are compatible with your `rust-version`.
0 commit comments