fix(alt): Typo

This commit is contained in:
Ed Page 2024-01-23 13:18:01 -06:00
parent ce36cf21bf
commit c44a063a89
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ Instead of `resolver = "3"` changing the behavior to `CARGO_RESOLVER_PRECEDENCE=
it is changed to `CARGO_RESOLVER_PRECEDENCE=rustc` where the resolver selects packages compatible with current toolchain,
matching the `cargo build` incompatible dependency error.
- We would still support `CARGO_RESOLVER_PRECEDENCE=rust-version` to help "Extended MSRV" users
- We'd drop from this proposal `cargo update [--ignore-rust-version|--update-rust-version]` as they don't make sense with this new defaul
- We'd drop from this proposal `cargo update [--ignore-rust-version|--update-rust-version]` as they don't make sense with this new default
This has no impact on the other proposals (`cargo add` picking compatible versions, `package.rust-version = "auto"`, `cargo build` error to diagnostic).