Skip to content

Commit 7c9f7fc

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

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
@@ -939,7 +939,7 @@ Misc alternatives
939939
- Either way, the big care about is there being attention drawn to the change.
940940
We couldn't want this to be like sparse registries where a setting exists and we change the default and people hardly notice (besides any improvements)
941941
- `cargo build` will treat incompatible MSRVs as a workspace-level lint, rather than a package level lint, to avoid the complexity of mapping the dependency to a workspace-member to select `[lint]` tables to respect and then dealing with unifying conflicting levels in between `[lint]` tables among members.
942-
- `--ignore-rust-version` picks absolutely the latest dependencies to support both users on latest rustc and users wanting "unsupported" dependencies, at the cost of users not on the latest rustc but still want latest more up-to-date dependencies than their MSRV allows
942+
- `--ignore-rust-version` picks absolutely the latest dependencies to support both users on latest rustc and users wanting "unsupported" dependencies, at the cost of users not on the latest rustc but still wanting latest more up-to-date dependencies than their MSRV allows
943943
- Compilation commands (e.g. `cargo check`) will take on two meanings for `--ignore-rust-version`, (1) `allow` the workspace diagnostic and (2) resolve changed dependencies to latest when syncing `Cargo.toml` to `Cargo.lock`.
944944
- This expansion of scope is for consistency
945945
- Being a flag to turn the `deny` into an `allow` is a high friction workflow that we expect users to not be too negatively impacted by this expansion.

0 commit comments

Comments
 (0)