diff options
| author | Ralf Jung <post@ralfj.de> | 2022-11-16 08:30:41 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-11-16 08:30:41 +0100 |
| commit | 6906f08c13b6e2d0643d2aed2379f33faf76d8e5 (patch) | |
| tree | 21a01568d88084ce1f6abf1b58eb9c03bce44fd8 | |
| parent | 55162738052daa79e6e5d99ff490dce89d6d2f9f (diff) | |
| download | rust-6906f08c13b6e2d0643d2aed2379f33faf76d8e5.tar.gz rust-6906f08c13b6e2d0643d2aed2379f33faf76d8e5.zip | |
allow fastrand dependency
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 35fa968f977..f1f5a194157 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -117,6 +117,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "env_logger", "expect-test", "fallible-iterator", // dependency of `thorin` + "fastrand", "filetime", "fixedbitset", "flate2", |
