Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b470b56

Browse files
committed
[dont merge] temporary allow git dep
1 parent 43505bf commit b470b56

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
406406
"tracing-log",
407407
"tracing-subscriber",
408408
"tracing-tree",
409+
"triomphe",
409410
"twox-hash",
410411
"type-map",
411412
"typenum",

src/tools/tidy/src/extdeps.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const ALLOWED_SOURCES: &[&str] = &[
88
r#""registry+https://github.com/rust-lang/crates.io-index""#,
99
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1010
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#,
11+
// temporary to test
12+
r#""git+https://github.com/Manishearth/triomphe.git?rev=6ff0527036632be33a6ed45e5e8a0fb6243dee47#6ff0527036632be33a6ed45e5e8a0fb6243dee47""#,
1113
];
1214

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

0 commit comments

Comments
 (0)