From 57ece1f12e963206fb30ea6fa540450f7152630f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 29 Sep 2023 02:00:10 +0900 Subject: [PATCH] ci: Track build scripts in dependency graph --- .deny.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.deny.toml b/.deny.toml index 511cf7e..c49364c 100644 --- a/.deny.toml +++ b/.deny.toml @@ -6,12 +6,16 @@ unsound = "deny" yanked = "deny" notice = "deny" git-fetch-with-cli = true -ignore = [] +ignore = [ +] # https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html [bans] multiple-versions = "warn" wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/488 +build.allow-build-scripts = [ + { name = "const_fn" }, +] # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses]