We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dbb57 commit a07cc33Copy full SHA for a07cc33
src/tools/tidy/src/extdeps.rs
@@ -9,6 +9,7 @@ const ALLOWED_SOURCES: &[&str] = &[
9
r#""registry+https://github.com/rust-lang/crates.io-index""#,
10
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
11
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#,
12
+ r#""git+https://github.com/microsoft/windows-rs.git#863a7cf1d05096c09f2c7cac13ff9f5c9abec61e""#,
13
];
14
15
/// Checks for external package sources. `root` is the path to the directory that contains the
0 commit comments