Skip to content

Commit fef356e

Browse files
epagexStrom
andauthored
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
1 parent 08015f3 commit fef356e

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
@@ -1039,7 +1039,7 @@ allows us to move forward without having to figure out all of these details.
10391039

10401040
## Resolver behavior
10411041

1042-
Affects of current solution on workflows (including non-resolver behavior):
1042+
Effects of current solution on workflows (including non-resolver behavior):
10431043
1. Latest Rust with no MSRV
10441044
-`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
10451045
- ✅ 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

Comments
 (0)