We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970dd87 commit eb24f96Copy full SHA for eb24f96
src/rust-2024/cargo-resolver.md
@@ -13,7 +13,7 @@ Since Rust 1.84.0, Cargo has opt-in support for compatibility with
13
by setting [`resolver.incompatible-rust-version = "fallback"`] in `.cargo/config.toml`.
14
15
Starting in Rust 2024, this will be the default.
16
-That is, writing `edition = "2021"` in `Cargo.toml` will imply `resolver = "3"`
+That is, writing `edition = "2024"` in `Cargo.toml` will imply `resolver = "3"`
17
which will imply [`resolver.incompatible-rust-version = "fallback"`].
18
19
The resolver is a global setting for a [workspace], and the setting is ignored in dependencies.
0 commit comments