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 d932634 commit dea677eCopy full SHA for dea677e
posts/2025-01-09-Rust-1.84.0.md
@@ -23,7 +23,7 @@ If you'd like to help us out by testing future releases, you might consider upda
23
24
1.84.0 stabilizes the minimum supported Rust version (MSRV) aware resolver,
25
which uses the declared [minimum supported Rust version](https://doc.rust-lang.org/cargo/reference/rust-version.html) from
26
-dependencies, if available, to improve package version selection. Rust version
+dependencies, if available, to improve package version selection. MSRV-aware
27
aware selection allows library authors to easily adopt newer Rust versions
28
while avoiding breaking consumers who want to use older Rust compilers.
29
0 commit comments