Skip to content

Commit

Permalink
set cargo-deny to use --all-features by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Oct 31, 2023
1 parent 260188d commit f054cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ repos:
args:
- deny
- check
- --all-features
language: system
types: [rust]
always_run: true
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ targets = [
# If true, metadata will be collected with `--all-features`. Note that this can't
# be toggled off if true, if you want to conditionally enable `--all-features` it
# is recommended to pass `--all-features` on the cmd line instead
all-features = false
all-features = true
# If true, metadata will be collected with `--no-default-features`. The same
# caveat with `all-features` applies
no-default-features = false
Expand Down

0 comments on commit f054cba

Please sign in to comment.