Skip to content

Commit

Permalink
Update deny.toml.
Browse files Browse the repository at this point in the history
We need to remove the deprecated `unlicensed` field and reflect a change
in `unicode-ident`'s license.
  • Loading branch information
ltratt committed Nov 24, 2024
1 parent 83e6e8c commit c35e6d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[licenses]
unlicensed = "deny"
confidence-threshold = 1.0
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016"
"Unicode-3.0"
]

0 comments on commit c35e6d5

Please sign in to comment.