Skip to content

Commit

Permalink
chore: Add MPL-2.0 to allow list for deny action (noir-lang#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored and Sakapoi committed Oct 19, 2023
1 parent 416414f commit 792d9f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ allow = [
"LicenseRef-webpki",
# https://github.com/rustls/webpki/blob/main/LICENSE ISC Style
"LicenseRef-rustls-webpki",
# bitmaps 2.1.0, generational-arena 0.2.9,im 15.1.0
"MPL-2.0",
]

# Allow 1 or more licenses on a per-crate basis, so that particular licenses
Expand Down Expand Up @@ -95,6 +97,4 @@ unknown-registry = "warn"
# Lint level for what to happen when a crate from a git repository that is not
# in the allow list is encountered
unknown-git = "deny"
allow-git = [
"https://github.com/jfecher/chumsky"
]
allow-git = ["https://github.com/jfecher/chumsky"]

0 comments on commit 792d9f8

Please sign in to comment.