ok/jj
1
0
Fork 0
forked from mirrors/jj

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:
Ilya Grigoriev 2024-08-03 11:08:54 -07:00
parent 6e7a20edd7
commit 1dc0c7698d

View file

@ -94,6 +94,7 @@ allow = [
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
]