Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d925a53

Browse files
committed
Update list of allowed cg_clif dependencies
1 parent a8697f9 commit d925a53

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
283283
const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
284284
"ahash",
285285
"anyhow",
286-
"arrayvec",
287286
"autocfg",
288287
"bumpalo",
289288
"bitflags",
@@ -303,7 +302,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
303302
"crc32fast",
304303
"fallible-iterator",
305304
"fxhash",
306-
"getrandom",
307305
"gimli",
308306
"hashbrown",
309307
"indexmap",
@@ -321,19 +319,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
321319
"stable_deref_trait",
322320
"target-lexicon",
323321
"version_check",
324-
"wasi",
325322
"wasmtime-jit-icache-coherence",
326323
"winapi",
327324
"winapi-i686-pc-windows-gnu",
328325
"winapi-x86_64-pc-windows-gnu",
329326
"windows-sys",
330-
"windows_aarch64_gnullvm",
331-
"windows_aarch64_msvc",
332-
"windows_i686_gnu",
333-
"windows_i686_msvc",
334-
"windows_x86_64_gnu",
335-
"windows_x86_64_gnullvm",
336-
"windows_x86_64_msvc",
337327
];
338328

339329
/// Dependency checks.

0 commit comments

Comments
 (0)