File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments