We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaccd4 commit f4f2800Copy full SHA for f4f2800
src/doc/src/reference/resolver.md
@@ -210,7 +210,7 @@ the resolver can take into account a dependency version's compatibility with you
210
This is controlled by the config field [`resolver.incompatible-rust-versions`].
211
212
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.
+less than or equal to your own Rust version.
214
For example, you are using Rust 1.85 to develop the following package:
215
```toml
216
[package]
0 commit comments