You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3537-msrv-resolver.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -968,7 +968,7 @@ Some alternative solutions include:
968
968
969
969
When missing, `cargo publish` could inject `package.rust-version` using the version of rustc used during publish.
970
970
**However**, this will err on the side of a higher MSRV than necessary and the only way to
971
-
workaround it is to set `CARGO_RESOLVER_PRECEDENCE=maximum` which will then lose
971
+
work around it is to set `CARGO_RESOLVER_PRECEDENCE=maximum` which will then lose
972
972
all other protections.
973
973
As we said, this is likely fine but then there will be no way to opt-out for the subset of maintainers who want to keep their support definition vague.
974
974
As things evolve, we could re-evaluate making `"tbd-name-representing-currently-running-rust-toolchain"` the default.
0 commit comments