Skip to content

Commit

Permalink
ci: allow unicode-ident license in deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips authored and mergify[bot] committed Oct 6, 2022
1 parent 3e646bc commit 847858a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 45 deletions.
88 changes: 43 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tools/cargo-deny/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ allow = [
]
exceptions = [
{ allow = ["LicenseRef-Ring-ISC-OpenSSL"], name = "ring", version = "*" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" },
]

[[licenses.clarify]]
Expand Down

0 comments on commit 847858a

Please sign in to comment.