Skip to content

Commit

Permalink
[DO NOT MERGE] Allow git deps for rustc-stable-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Jul 8, 2024
1 parent 896175d commit 5bf9d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/extdeps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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""#,
r#""git+https://github.com/rust-lang/rustc-stable-hash?rev=refs/pull/8/head#f2780d22c5370b430fb44848c4e12c636a5fee60""#,
];

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

0 comments on commit 5bf9d70

Please sign in to comment.