Skip to content

Commit

Permalink
docs(ref): Fix the inverted logic about MSRV (#15044)
Browse files Browse the repository at this point in the history
### What does this PR try to resolve?

Reported at
https://www.reddit.com/r/rust/comments/1hxfo8n/announcing_rust_1840/m6ajr41/

### How should we test and review this PR?

### Additional information
  • Loading branch information
ehuss authored Jan 10, 2025
2 parents 3a4abac + f4f2800 commit eb69b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ the resolver can take into account a dependency version's compatibility with you
This is controlled by the config field [`resolver.incompatible-rust-versions`].

With the `fallback` setting, the resolver will prefer packages with a Rust version that is
equal to or greater than your own Rust version.
less than or equal to your own Rust version.
For example, you are using Rust 1.85 to develop the following package:
```toml
[package]
Expand Down

0 comments on commit eb69b44

Please sign in to comment.