Skip to content

Commit

Permalink
Merge pull request #384 from DaniPopes/deny-allow-unicode
Browse files Browse the repository at this point in the history
chore: allow Unicode-3.0 in deny.toml
  • Loading branch information
prestwich authored Jun 15, 2024
2 parents 0c07a4c + a7a000a commit 8a7470c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ allow = [
"Unicode-DFS-2016",
"Unlicense",
"MPL-2.0",
"CC0-1.0"
"CC0-1.0",
"Unicode-3.0",
]

[sources]
Expand Down

0 comments on commit 8a7470c

Please sign in to comment.