Skip to content

Commit 57cd2ab

Browse files
authored
chore: update deny.toml (#2888)
## Description icu switched from some draft unicode licence to unicode-3.0. It's basically MIT with some seasoning. ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 30e3cb3 commit 57cd2ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ allow = [
2121
"Unicode-DFS-2016",
2222
"Zlib",
2323
"MPL-2.0", # https://fossa.com/blog/open-source-software-licenses-101-mozilla-public-license-2-0/
24+
"Unicode-3.0",
2425
]
2526

2627
[[licenses.clarify]]

0 commit comments

Comments
 (0)