Skip to content

Commit 30633b6

Browse files
committed
[DO NOT MERGE] Allow git deps for rustc-stable-hash
1 parent dd975e6 commit 30633b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/extdeps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const ALLOWED_SOURCES: &[&str] = &[
99
r#""registry+https://github.com/rust-lang/crates.io-index""#,
1010
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1111
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#,
12+
r#""git+https://github.com/rust-lang/rustc-stable-hash?rev=3805516#3805516b78c7b2946ae2071d71ffc8235399652d""#,
1213
];
1314

1415
/// Checks for external package sources. `root` is the path to the directory that contains the

0 commit comments

Comments
 (0)