Pārlūkot izejas kodu

feat(deny): run on all features by default

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 1 gadu atpakaļ
vecāks
revīzija
8029a94dcd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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