You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/reference/unstable.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ This was stabilized in 1.79 in [#13608](https://github.com/rust-lang/cargo/pull/
344
344
345
345
The resolver will prefer dependencies with a `package.rust-version` that is the same or older than your project's MSRV.
346
346
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`).
0 commit comments