Skip to content

Commit

Permalink
Add Unicode-3.0 to allowed licenses
Browse files Browse the repository at this point in the history
Without this, `cargo deny` fails after a `cargo update`
(https://github.com/martinvonz/jj/actions/runs/9531433728/job/26272377250?pr=3892
failed, but once it includes this commit, jj-vcs#3892 no longer has a `cargo
deny` failure. The windows failure is unrelated))
  • Loading branch information
ilyagr committed Jun 15, 2024
1 parent a9953b3 commit e1222d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ allow = [
"ISC",
"MIT",
"Unicode-DFS-2016",
"Unicode-3.0",
]
# List of explicitly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down

0 comments on commit e1222d0

Please sign in to comment.