Преглед изворни кода

feat(deny): run on all features by default

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens пре 1 година
родитељ
комит
8029a94dcd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deny.toml

+ 1 - 1
deny.toml

@@ -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