fix: Be consistent on possible binary name

Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
Ed Page 2024-05-06 04:30:54 -05:00 committed by GitHub
parent e38e566d9e
commit 03c24f7c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ Inferred / defaulted manifest fields:
- `package.edition = <current>` to avoid always having to add an embedded
manifest at the cost of potentially breaking scripts on rust upgrades
- Warn when `edition` is unspecified. Since piped commands are run with `--quiet`, this may not show up.
- Based on feedback, we might add `cargo-<edition>-edition` proxies to put in `#!` as a shorthand
- Based on feedback, we might add `cargo-<edition>` proxies to put in `#!` as a shorthand
- Based on feedback, we can switch to "edition is required as of <future> edition"
Note: As of [rust-lang/cargo#123](https://github.com/rust-lang/cargo/pull/12786),