mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 07:20:11 +00:00
cargo-deny: add MPL-2.0 to allowed licenses
For some reason, the current version of `cargo-deny-action` does not require it, but the one in the next commit fails if the license is not added.
This commit is contained in:
parent
6e7a20edd7
commit
1dc0c7698d
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ allow = [
|
|||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
"MIT",
|
||||
"MPL-2.0",
|
||||
"Unicode-3.0",
|
||||
"Unicode-DFS-2016",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue