Skip to content

Commit f3ef87e

Browse files
committed
Update allowed dependencies list
1 parent b779cbe commit f3ef87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
361361
"scoped-tls",
362362
"scopeguard",
363363
"self_cell",
364-
"semver",
365364
"serde",
366365
"serde_derive",
367366
"serde_json",
@@ -481,6 +480,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
481480
"unicode-width",
482481
"unwinding",
483482
"wasi",
483+
"windows-link",
484484
"windows-sys",
485485
"windows-targets",
486486
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)