File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
417
417
"tracing-log" ,
418
418
"tracing-subscriber" ,
419
419
"tracing-tree" ,
420
+ "triomphe" ,
420
421
"twox-hash" ,
421
422
"type-map" ,
422
423
"typenum" ,
@@ -432,6 +433,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
432
433
"unicode-security" ,
433
434
"unicode-width" ,
434
435
"unicode-xid" ,
436
+ "unsize" ,
435
437
"valuable" ,
436
438
"version_check" ,
437
439
"wasi" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const ALLOWED_SOURCES: &[&str] = &[
8
8
r#""registry+https://github.com/rust-lang/crates.io-index""# ,
9
9
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
10
10
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""# ,
11
+ r#""git+https://github.com/GnomedDev/triomphe?branch=dropck-eyepatch#a9614f96c0eb04818cea5f98416b05ca34d9e383""# ,
11
12
] ;
12
13
13
14
/// 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