We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612b60a commit 41990beCopy full SHA for 41990be
src/tools/tidy/src/extdeps.rs
@@ -8,6 +8,8 @@ const ALLOWED_SOURCES: &[&str] = &[
8
r#""registry+https://github.com/rust-lang/crates.io-index""#,
9
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
10
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#,
11
+ // WIP Blake2 in rustc-stable-hash
12
+ r#""git+https://github.com/Urgau/rustc-stable-hash.git?rev=543696a#543696a0b6299c4cc8a8c9c30651e5cc0056655a""#,
13
];
14
15
/// Checks for external package sources. `root` is the path to the directory that contains the
0 commit comments