-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
warning: unused manifest key: package.categories #3607
Comments
Your version of cargo is presumably too old to have category support. |
@sfackler Have categories landed in stable? I notice that if I use
|
The PR adding them merged 11 days ago, so it is not in the stable release: #3301 |
@sfackler Okay. This doesn't seem to be much of an issue then since the warning will go away when #3301 lands in stable. Looks like @briansmith commented in that pull request about this. |
Yes the fields here are supported, just in nightly Rust right now and not yet on stable. I believe there's other bugs about the docs mismatch, but otherwise this is working as intended so I'm going to close. Thanks though for the report! |
This is my
Cargo.toml
file:Every time I run
cargo run
, I get the following output:The warning probably shouldn't be there because package.categories is a valid key as documented in The Manifest Format.
The text was updated successfully, but these errors were encountered: