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
@@ -1039,7 +1039,7 @@ allows us to move forward without having to figure out all of these details.
1039
1039
1040
1040
## Resolver behavior
1041
1041
1042
-
Affects of current solution on workflows (including non-resolver behavior):
1042
+
Effects of current solution on workflows (including non-resolver behavior):
1043
1043
1. Latest Rust with no MSRV
1044
1044
- ✅ `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
1045
1045
- ✅ 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