Skip to content

Commit

Permalink
Make use of new '--exclude-unpublished' flag of [email protected] and…
Browse files Browse the repository at this point in the history
… avoid license checks for dependencies that are not used in the published crates
  • Loading branch information
Tastaturtaste committed Nov 21, 2024
1 parent 3f4d344 commit 776957e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
# this list would mean the nix crate, as well as any of its exclusive
# dependencies not shared by any other crates, would be ignored, as the target
# list here is effectively saying which targets you are building for.

# We only care about the licenses of dependencies we have to respect with our own license
# So crates that are not published or that only appear in dev dependencies can be ignored
exclude-unpublished = true
exclude-dev = true
targets = [
# The triple can be any string, but only the target triples built in to
# rustc (as of 1.40) can be checked against actual config expressions
Expand Down

0 comments on commit 776957e

Please sign in to comment.