fix(ref): Clarify rust-version statement

This commit is contained in:
Ed Page 2024-02-02 11:08:34 -06:00
parent 1244f87f60
commit aae359c111
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ Users may pass
## `cargo publish`
We will add `"auto"` for `package.rust-version`.
`package.rust-version` will gain support for an `"auto"` value, in addition to partial versions.
On `cargo publish` / `cargo package`, the generated `*.crate`s `Cargo.toml` will have `"auto"` replaced with `rustc --version`.
If `rustc --version` is a pre-release, it will be left as unspecified with a warning.