Skip to content

Commit 716101c

Browse files
committed
Add new allowed deps
1 parent 7b9c8c8 commit 716101c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
300300
"winapi",
301301
"winapi-i686-pc-windows-gnu",
302302
"winapi-x86_64-pc-windows-gnu",
303+
"windows-sys",
304+
"windows_aarch64_msvc",
305+
"windows_i686_gnu",
306+
"windows_i686_msvc",
307+
"windows_x86_64_gnu",
308+
"windows_x86_64_msvc",
303309
];
304310

305311
const FORBIDDEN_TO_HAVE_DUPLICATES: &[&str] = &[

0 commit comments

Comments
 (0)