We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f126d commit 9b14ce5Copy full SHA for 9b14ce5
src/tools/tidy/src/extdeps.rs
@@ -9,6 +9,8 @@ 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
+ // WIP Blake2 in rustc-stable-hash
13
+ r#""git+https://github.com/Urgau/rustc-stable-hash.git?rev=5dbe93b#5dbe93b5959372a64f6f7ea60382fe35be55dcb3""#,
14
];
15
16
/// Checks for external package sources. `root` is the path to the directory that contains the
0 commit comments