We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022bccc commit 270bb9dCopy full SHA for 270bb9d
src/tools/tidy/src/extdeps.rs
@@ -8,7 +8,7 @@ const ALLOWED_SOURCES: &[&str] = &[
8
r#""registry+https://github.com/rust-lang/crates.io-index""#,
9
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
10
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#,
11
- "\"git+https://github.com/anza-xyz/compiler-builtins?tag=solana-tools-v1.44#4abd7f45fc621344e4b9d1df37a45b7445f03c71\"",
+ "\"git+https://github.com/anza-xyz/compiler-builtins?tag=solana-tools-v1.44#5380e204aab5be48c798679cc52b1f871c8ad4bc\"",
12
"\"git+https://github.com/anza-xyz/rustc-build-sysroot?tag=solana-tools-v1.44#4f19dfe109fc80efbe62b6de9781125bc7ce7485\""
13
];
14
0 commit comments