Skip to content

Commit 0de0ccd

Browse files
epagexStrom
andauthored
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
1 parent d20e3ee commit 0de0ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3537-msrv-resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ Instead of *preferring* MSRV-compatible dependencies, the resolver could hard er
11271127

11281128
In addition to errors, differences from the "preference" solutions include:
11291129
- Increase the chance of an MSRV-compatible `Cargo.lock` because the resolver can backtrack on MSRV-incompatible transitive dependencies, trying alternative versions of direct dependencies
1130-
- When a workspace members have different MSRVs, dependencies exclusive to a higher MSRV package can use higher versions
1130+
- When workspace members have different MSRVs, dependencies exclusive to a higher MSRV package can use higher versions
11311131

11321132
To get the error reporting to be of sufficient quality will require major work in a complex, high risk area of Cargo (the resolver).
11331133
This would block stabilization indefinitely.

0 commit comments

Comments
 (0)