mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Update list of allowed cg_clif dependencies
This commit is contained in:
parent
a8697f9565
commit
d925a536b5
@ -283,7 +283,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
|||||||
const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
||||||
"ahash",
|
"ahash",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arrayvec",
|
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bumpalo",
|
"bumpalo",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
@ -303,7 +302,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
|||||||
"crc32fast",
|
"crc32fast",
|
||||||
"fallible-iterator",
|
"fallible-iterator",
|
||||||
"fxhash",
|
"fxhash",
|
||||||
"getrandom",
|
|
||||||
"gimli",
|
"gimli",
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
@ -321,19 +319,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
|||||||
"stable_deref_trait",
|
"stable_deref_trait",
|
||||||
"target-lexicon",
|
"target-lexicon",
|
||||||
"version_check",
|
"version_check",
|
||||||
"wasi",
|
|
||||||
"wasmtime-jit-icache-coherence",
|
"wasmtime-jit-icache-coherence",
|
||||||
"winapi",
|
"winapi",
|
||||||
"winapi-i686-pc-windows-gnu",
|
"winapi-i686-pc-windows-gnu",
|
||||||
"winapi-x86_64-pc-windows-gnu",
|
"winapi-x86_64-pc-windows-gnu",
|
||||||
"windows-sys",
|
"windows-sys",
|
||||||
"windows_aarch64_gnullvm",
|
|
||||||
"windows_aarch64_msvc",
|
|
||||||
"windows_i686_gnu",
|
|
||||||
"windows_i686_msvc",
|
|
||||||
"windows_x86_64_gnu",
|
|
||||||
"windows_x86_64_gnullvm",
|
|
||||||
"windows_x86_64_msvc",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/// Dependency checks.
|
/// Dependency checks.
|
||||||
|
Loading…
Reference in New Issue
Block a user