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
@@ -1101,7 +1101,7 @@ This is an auto-adapting variant where
1101
1101
- If they are on the latest toolchain, they get the current behavior
1102
1102
- If their toolchain matches their MSRV, they get an MSRV-aware resolver
1103
1103
1104
-
Affects on workflows (including non-resolver behavior):
1104
+
Effects on workflows (including non-resolver behavior):
1105
1105
1. Latest Rust with no MSRV
1106
1106
- ✅ `cargo new` setting `package.rust-version = "tbd-name-representing-currently-running-rust-toolchain"` moves most users to "Latest Rust as the MSRV" with no extra maintenance cost
1107
1107
- ✅ Dealing with incompatible dependencies will have a friendlier face because the hard build error after changing dependencies is changed to a notification during update suggesting they upgrade to get the new dependency because we fallback to `rustc --version` when `package.rust-version` is unset (as a side effect of us capturing `rust-toolchain.toml`)
0 commit comments