From 1dc0c7698dc6ec50774c6fcd549130cca60215e0 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sat, 3 Aug 2024 11:08:54 -0700 Subject: [PATCH] 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. --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index f3101e555b..fca869e27e 100644 --- a/deny.toml +++ b/deny.toml @@ -94,6 +94,7 @@ allow = [ "BSD-3-Clause", "ISC", "MIT", + "MPL-2.0", "Unicode-3.0", "Unicode-DFS-2016", ]