From 863f83572e92892541f6a6a0392cfc293935766b Mon Sep 17 00:00:00 2001 From: Benjamin Klum Date: Mon, 16 Dec 2024 22:55:19 +0100 Subject: [PATCH] #1362 Activate all features when checking licenses --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 8b411ea1e..71785853c 100644 --- a/deny.toml +++ b/deny.toml @@ -42,7 +42,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