fix(guide): Clean up language in config docs

This commit is contained in:
Ed Page 2024-01-19 20:19:03 -06:00
parent 5efca85292
commit 7f9355a73d
1 changed files with 2 additions and 2 deletions

View File

@ -401,8 +401,8 @@ Some details may change over time though `cargo check && rustup update && cargo
Controls how `Cargo.lock` gets updated on changes to `Cargo.toml` and with `cargo update`. This does not affect `cargo install`.
* `maximum`: Prefer the highest compatible versions of dependencies
* `rust-version`: Prefer dependencies where their `rust-version` is compatible with `package.rust-version`
* `maximum`: prefer the highest compatible versions of dependencies
* `rust-version`: prefer dependencies where their `package.rust-version` is greater than or equal to your `package.rust-version`
`rust-version` can be overridden with `--ignore-rust-version` which will fallback to `maximum`.