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

all-features in deny.toml seems to be ignored #509

Closed
jplatte opened this issue Apr 7, 2023 · 1 comment · Fixed by #512
Closed

all-features in deny.toml seems to be ignored #509

jplatte opened this issue Apr 7, 2023 · 1 comment · Fixed by #512
Labels
bug Something isn't working

Comments

@jplatte
Copy link
Contributor

jplatte commented Apr 7, 2023

Describe the bug

I get different results from cargo deny check licenses and cargo deny --all-features check licenses even though all-features = true is specified in deny.toml.

To Reproduce

  1. Check out this commit: ruma/ruma@e5cb5b5
  2. Run cargo deny check licenses, observe warnings about unmatches license allowances
  3. Run cargo deny --all-features check licenses, observe no warnings

Expected behavior

Since the config file contains all-features = true, specifying it on the command line should be a no-op.

@jplatte jplatte added the bug Something isn't working label Apr 7, 2023
@jplatte
Copy link
Contributor Author

jplatte commented Apr 12, 2023

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant