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", "BSD-3-Clause",
"ISC", "ISC",
"MIT", "MIT",
"MPL-2.0",
"Unicode-3.0", "Unicode-3.0",
"Unicode-DFS-2016", "Unicode-DFS-2016",
] ]