Skip to content

Commit

Permalink
cargo-deny: Update unicode-ident exception to be Unicode-3.0 license (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx authored Nov 25, 2024
1 parent 04cfe8f commit 7b7aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ignore = []
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.93
allow = ["MIT", "BSD-3-Clause", "Apache-2.0"]
exceptions = [{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" }]
exceptions = [{ allow = ["Unicode-3.0"], name = "unicode-ident" }]

[bans]
multiple-versions = "allow" # We don't maintain Cargo lockfile, so this isn't really feasible to deny
Expand Down

0 comments on commit 7b7aa35

Please sign in to comment.