We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b7bdb commit 182164aCopy full SHA for 182164a
src/tools/tidy/src/extdeps.rs
@@ -4,7 +4,10 @@ use std::fs;
4
use std::path::Path;
5
6
/// List of allowed sources for packages.
7
-const ALLOWED_SOURCES: &[&str] = &["\"registry+https://github.com/rust-lang/crates.io-index\""];
+const ALLOWED_SOURCES: &[&str] = &[
8
+ "\"registry+https://github.com/rust-lang/crates.io-index\"",
9
+ "\"git+https://github.com/flip1995/memchr.git#0310038cc28478514d7dc83d7fbdb8c68bb0ffb0\"",
10
+];
11
12
/// Checks for external package sources. `root` is the path to the directory that contains the
13
/// workspace `Cargo.toml`.
0 commit comments