Skip to content

Commit 182164a

Browse files
committed
Make github/flip1995/memchr an allowed src
1 parent c4b7bdb commit 182164a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tools/tidy/src/extdeps.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ use std::fs;
44
use std::path::Path;
55

66
/// List of allowed sources for packages.
7-
const ALLOWED_SOURCES: &[&str] = &["\"registry+https://github.com/rust-lang/crates.io-index\""];
7+
const ALLOWED_SOURCES: &[&str] = &[
8+
"\"registry+https://github.com/rust-lang/crates.io-index\"",
9+
"\"git+https://github.com/flip1995/memchr.git#0310038cc28478514d7dc83d7fbdb8c68bb0ffb0\"",
10+
];
811

912
/// Checks for external package sources. `root` is the path to the directory that contains the
1013
/// workspace `Cargo.toml`.

0 commit comments

Comments
 (0)