From 3a1867a92edc571b8f842bb1a96112dcbdceae4b Mon Sep 17 00:00:00 2001 From: TheRawMeatball Date: Fri, 25 Jun 2021 07:05:23 +0000 Subject: [PATCH] Remove unnecessary exceptions for wgpu (#2356) --- deny.toml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/deny.toml b/deny.toml index 613ea10cdd..ad47f4b0e5 100644 --- a/deny.toml +++ b/deny.toml @@ -25,21 +25,6 @@ allow = [ ] default = "deny" -[[licenses.exceptions]] -allow = ["MPL-2.0"] -name = "wgpu-core" -version = "0.8" - -[[licenses.exceptions]] -allow = ["MPL-2.0"] -name = "wgpu-types" -version = "0.8" - -[[licenses.exceptions]] -allow = ["MPL-2.0"] -name = "wgpu" -version = "0.8" - [[licenses.clarify]] name = "stretch" expression = "MIT"