Skip to content

Commit

Permalink
cargo-deny: add MPL-2.0 to allowed licenses
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ilyagr committed Aug 6, 2024
1 parent 6e7a20e commit 1dc0c76
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 @@ -94,6 +94,7 @@ allow = [
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
]
Expand Down

0 comments on commit 1dc0c76

Please sign in to comment.