We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee245c commit 2473f30Copy full SHA for 2473f30
1 file changed
src/tools/tidy/src/deps.rs
@@ -361,7 +361,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
361
"scoped-tls",
362
"scopeguard",
363
"self_cell",
364
- "semver",
365
"serde",
366
"serde_derive",
367
"serde_json",
@@ -481,6 +480,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
481
480
"unicode-width",
482
"unwinding",
483
"wasi",
+ "windows-link",
484
"windows-sys",
485
"windows-targets",
486
"windows_aarch64_gnullvm",
0 commit comments