Skip to content

Commit

Permalink
ci: Track build scripts in dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 28, 2023
1 parent f17bb60 commit 57ece1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 57ece1f

Please sign in to comment.