Cargo deny doesn't check for all features #9880
Labels
A-Build-System
Related to build systems or continuous integration
C-Bug
An unexpected or incorrect behavior
What went wrong
While I was checking the licenses of the bevy dependencies.
I noticed that the 'cargo deny' in the 'dependencies.yaml' workflow doesn't check for all the features.
If you run in main:
cargo deny --all-features check --hide-inclusion-graph
It will give you a lot of errors: license errors, duplicate crates, unmaintained advisories, security vulnerabilities, and yanked versions.
Additional information
Output
The text was updated successfully, but these errors were encountered: