Skip to content

Commit cf6e02d

Browse files
committed
docs(unstable): Clarify MSRV resolvers relationship with rustup
1 parent 1bf2423 commit cf6e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ This was stabilized in 1.79 in [#13608](https://github.com/rust-lang/cargo/pull/
344344

345345
The resolver will prefer dependencies with a `package.rust-version` that is the same or older than your project's MSRV.
346346
Your project's MSRV is determined by taking the lowest `package.rust-version` set among your workspace members.
347-
If there is none set, your toolchain version will be used with the intent to pick up the version from rustup's `rust-toolchain.toml`, if present.
347+
If there is no MSRV set then your toolchain version will be used, allowing it to pick up the toolchain version from pinned in rustup (e.g. `rust-toolchain.toml`).
348348

349349
#### `resolver.incompatible-rust-versions`
350350
* Type: string

0 commit comments

Comments
 (0)