Skip to content

Commit

Permalink
chore: fix mistake in configuring deny.toml V2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Aug 3, 2024
1 parent 0c52c0d commit 375b347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,12 @@ all-features = false
# If true, metadata will be collected with `--no-default-features`. The same
# caveat with `all-features` applies
no-default-features = false

# If set, these feature will be enabled when collecting metadata. If `--features`
# is specified on the cmd line they will take precedence over this option.
#features = []

[output]
# When outputting inclusion graphs in diagnostics that include features, this
# option can be used to specify the depth at which feature edges will be added.
# This option is included since the graphs can be quite large and the addition
Expand Down

0 comments on commit 375b347

Please sign in to comment.