Skip to content

Commit bff69e3

Browse files
Update posts/2025-01-09-Rust-1.84.0.md
1 parent fcb9e61 commit bff69e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

posts/2025-01-09-Rust-1.84.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ If you'd like to help us out by testing future releases, you might consider upda
2525
which uses the declared [minimum supported Rust version](https://doc.rust-lang.org/cargo/reference/rust-version.html) from
2626
dependencies, if available, to improve package version selection. Rust version
2727
aware selection allows library authors to easily adopt newer Rust versions
28-
while allowing consumers of the library to automatically use old versions
29-
if they need compatibility with older toolchains.
28+
while avoiding breaking consumers needing compatibility with older toolchains.
3029

3130
You can opt-in to the MSRV-aware resolver via [`.cargo/config.toml`](https://doc.rust-lang.org/cargo/reference/config.html#resolverincompatible-rust-versions):
3231
```toml

0 commit comments

Comments
 (0)