From a42b030c8f8b9141d7541510f58c7952e3979553 Mon Sep 17 00:00:00 2001 From: Urgau Date: Sat, 3 Aug 2024 11:36:01 +0200 Subject: [PATCH] [DO NOT MERGE] Permit usage of git deps for rustc-stable-hash blake2 --- src/tools/tidy/src/extdeps.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/tidy/src/extdeps.rs b/src/tools/tidy/src/extdeps.rs index 55f937aeacf50..7d813333458e7 100644 --- a/src/tools/tidy/src/extdeps.rs +++ b/src/tools/tidy/src/extdeps.rs @@ -8,6 +8,8 @@ const ALLOWED_SOURCES: &[&str] = &[ r#""registry+https://github.com/rust-lang/crates.io-index""#, // This is `rust_team_data` used by `site` in src/tools/rustc-perf, r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#, + // WIP Blake2 in rustc-stable-hash + r#""git+https://github.com/Urgau/rustc-stable-hash.git?rev=543696a#543696a0b6299c4cc8a8c9c30651e5cc0056655a""#, ]; /// Checks for external package sources. `root` is the path to the directory that contains the