Skip to content

Commit 8575777

Browse files
epageKriskras99
andauthored
fix: Typo
Co-authored-by: Kriskras99 <[email protected]>
1 parent 98e4006 commit 8575777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-10-31-this-development-cycle-in-cargo-1.83.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ and wrote down the lessons learned on choosing an MSRV from the RFC process
5454
Previous, we discussed suboptimal results when resolving dependencies with multiple distinct MSRVs in a workspace.
5555
We were resolving for the lowest MSRV in the workspace.
5656
For a workspace member with any other MSRV,
57-
they would either get a version older than needed for too new.
57+
they would either get a version older than needed or too new.
5858
We proposed resolving for compatibility with the most MSRVs in the workspace.
5959
We made reporting improvements to better communicate this.
6060
However, there was still concerns over newer users unintentionally ending up in this situation and being confused.

0 commit comments

Comments
 (0)