Skip to content

Commit

Permalink
Update license check for latest unicode-ident version
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Nov 22, 2024
1 parent b879f35 commit 8c4458a
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 @@ -58,7 +58,7 @@ confidence-threshold = 0.8
exceptions = [
# Each entry is the crate and version constraint, and its specific allow
# list
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" }, # Used only by comfy-table in the benchmarks
{ allow = ["Unicode-3.0"], name = "unicode-ident", version = "*" }, # Used only by comfy-table in the benchmarks
# { allow = ["ISC"], name = "libloading", version = "*" }, # Used only by rocksdb in the benchmarks
]

Expand Down

0 comments on commit 8c4458a

Please sign in to comment.