Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recommended-bin-packages field in Cargo.toml #3383

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Prev Previous commit
recommended-bin-packages: Clarify that packages are in the same registry
  • Loading branch information
not-my-profile committed Feb 15, 2023
commit 3bfc36235e8ffb1b10fc2b23916e13d17ab617b2
3 changes: 2 additions & 1 deletion text/3383-recommended-bin-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ The following is written as if it was part of the [manifest page] of the Cargo B

## The `recommended-bin-packages` field

The `recommended-bin-packages` field is an array of names of related binary packages.
The `recommended-bin-packages` field is an array of names of related
binary packages that have been published in the same registry.

```toml
[package]
Expand Down