mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Update tidy license exceptions and allowed dependencies
This commit is contained in:
parent
60f0cd87e8
commit
c959f6e5fd
@ -203,7 +203,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
|
||||
("cranelift-module", "Apache-2.0 WITH LLVM-exception"),
|
||||
("cranelift-native", "Apache-2.0 WITH LLVM-exception"),
|
||||
("cranelift-object", "Apache-2.0 WITH LLVM-exception"),
|
||||
("mach", "BSD-2-Clause"),
|
||||
("mach2", "BSD-2-Clause OR MIT OR Apache-2.0"),
|
||||
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
|
||||
("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
|
||||
("wasmtime-jit-icache-coherence", "Apache-2.0 WITH LLVM-exception"),
|
||||
@ -537,7 +537,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
||||
"libc",
|
||||
"libloading",
|
||||
"log",
|
||||
"mach",
|
||||
"mach2",
|
||||
"memchr",
|
||||
"object",
|
||||
"once_cell",
|
||||
@ -554,9 +554,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
||||
"unicode-ident",
|
||||
"version_check",
|
||||
"wasmtime-jit-icache-coherence",
|
||||
"winapi",
|
||||
"winapi-i686-pc-windows-gnu",
|
||||
"winapi-x86_64-pc-windows-gnu",
|
||||
"windows-sys",
|
||||
"windows-targets",
|
||||
"windows_aarch64_gnullvm",
|
||||
|
Loading…
Reference in New Issue
Block a user