Skip to content

Commit 1326b7f

Browse files
Update posts/2025-01-09-Rust-1.84.0.md
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent 9a6cc07 commit 1326b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +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 providing library consumers a way to opt-in to using new package versions
28+
while allowing consumers of the library to automatically use old versions
2929
if they need compatibility with older toolchains.
3030

3131
Library authors should start declaring their MSRV. Previously, bumping the

0 commit comments

Comments
 (0)