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
"description": "The `edition` key affects which edition your package is compiled with. Cargo\nwill always generate packages via [`cargo new`](https://doc.rust-lang.org/cargo/commands/cargo-new.html) with the `edition` key set to the\nlatest edition. Setting the `edition` key in `[package]` will affect all\ntargets/crates in the package, including test suites, benchmarks, binaries,\nexamples, etc.",
As in rust-lang/cargo#8922, the field
package.edition
inCargo.toml
can now be set to"2021"
The
cargo.toml.json
schema is then outdated as of now:taplo/schemas/cargo.toml.json
Lines 417 to 427 in 7733a93
The text was updated successfully, but these errors were encountered: