Skip to content

Commit c959f6e

Browse files
committed
Update tidy license exceptions and allowed dependencies
1 parent 60f0cd8 commit c959f6e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/tools/tidy/src/deps.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
203203
("cranelift-module", "Apache-2.0 WITH LLVM-exception"),
204204
("cranelift-native", "Apache-2.0 WITH LLVM-exception"),
205205
("cranelift-object", "Apache-2.0 WITH LLVM-exception"),
206-
("mach", "BSD-2-Clause"),
206+
("mach2", "BSD-2-Clause OR MIT OR Apache-2.0"),
207207
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
208208
("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
209209
("wasmtime-jit-icache-coherence", "Apache-2.0 WITH LLVM-exception"),
@@ -537,7 +537,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
537537
"libc",
538538
"libloading",
539539
"log",
540-
"mach",
540+
"mach2",
541541
"memchr",
542542
"object",
543543
"once_cell",
@@ -554,9 +554,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
554554
"unicode-ident",
555555
"version_check",
556556
"wasmtime-jit-icache-coherence",
557-
"winapi",
558-
"winapi-i686-pc-windows-gnu",
559-
"winapi-x86_64-pc-windows-gnu",
560557
"windows-sys",
561558
"windows-targets",
562559
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)