Skip to content

Commit d20e3ee

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

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
@@ -1133,7 +1133,7 @@ To get the error reporting to be of sufficient quality will require major work i
11331133
This would block stabilization indefinitely.
11341134
We could adopt this approach in the future, if desired
11351135

1136-
Affects on workflows (including non-resolver behavior):
1136+
Effects on workflows (including non-resolver behavior):
11371137
1. Latest Rust with no MSRV
11381138
-`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
11391139
- ❌ 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)