Skip to content

Commit 5379658

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

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
@@ -1101,7 +1101,7 @@ This is an auto-adapting variant where
11011101
- If they are on the latest toolchain, they get the current behavior
11021102
- If their toolchain matches their MSRV, they get an MSRV-aware resolver
11031103

1104-
Affects on workflows (including non-resolver behavior):
1104+
Effects on workflows (including non-resolver behavior):
11051105
1. Latest Rust with no MSRV
11061106
-`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
11071107
- ✅ 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)