Skip to content

Commit 90aa1bb

Browse files
Re-wrap text and avoid implying no worry is accurate
1 parent e43da1e commit 90aa1bb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,16 @@ aware selection allows library authors to easily adopt newer Rust versions
2828
while allowing consumers of the library to automatically use old versions
2929
if they need compatibility with older toolchains.
3030

31-
Library authors should take the MSRV-aware resolver into account when deciding their policy on adopting new Rust toolchain features. Previously, a library adopting features from a new Rust toolchain would force downstream users of that library who have an older Rust version to either upgrade their toolchain or manually select an old version of the library compatible with their toolchain (and avoid running `cargo update`). Now, those users will be able to automatically use older library versions compatible with their older toolchain. In the future, we expect this to provide more flexibility for library authors to select their preferred support strategy for Rust versions, without worrying about users on older toolchains.
31+
Library authors should take the MSRV-aware resolver into account when deciding
32+
their policy on adopting new Rust toolchain features. Previously, a library
33+
adopting features from a new Rust toolchain would force downstream users of
34+
that library who have an older Rust version to either upgrade their toolchain
35+
or manually select an old version of the library compatible with their
36+
toolchain (and avoid running `cargo update`). Now, those users will be able to
37+
automatically use older library versions compatible with their older toolchain.
38+
In the future, we expect this to provide more flexibility for library authors
39+
to select their preferred support strategy for Rust versions, with the toolchain
40+
helping users on older toolchains avoid breakage.
3241

3342
The new resolver will be enabled by default with the 2024 edition (expected to
3443
stabilize in 1.85), but can be enabled as of 1.84 by setting

0 commit comments

Comments
 (0)