Skip to content

Commit f4f2800

Browse files
committed
docs(ref): Fix the inverted logic about MSRV
1 parent fdaccd4 commit f4f2800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ the resolver can take into account a dependency version's compatibility with you
210210
This is controlled by the config field [`resolver.incompatible-rust-versions`].
211211

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

0 commit comments

Comments
 (0)