Skip to content

Commit 9a6cc07

Browse files
Update posts/2025-01-09-Rust-1.84.0.md
Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
1 parent bc1645b commit 9a6cc07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/2025-01-09-Rust-1.84.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ versions.
3939

4040
The new resolver will be enabled by default with the 2024 edition (expected to
4141
stabilize in 1.85), but can be enabled as of 1.84 by setting
42-
`resolver.incompatible-rust-versions = "fallback"`.
42+
[`package.resolver = "3"`](https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions) in the Cargo.toml manifest file, or
43+
[`resolver.incompatible-rust-versions = "fallback"`](https://doc.rust-lang.org/cargo/reference/config.html#resolverincompatible-rust-versions) in the Cargo configuration file.
4344

4445
TODO: Should we talk about resolver v3 and/or recommend that as the path to enabling instead?
4546

0 commit comments

Comments
 (0)