allow fastrand dependency

This commit is contained in:
Ralf Jung 2022-11-16 08:30:41 +01:00
parent 5516273805
commit 6906f08c13

View File

@ -117,6 +117,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"env_logger",
"expect-test",
"fallible-iterator", // dependency of `thorin`
"fastrand",
"filetime",
"fixedbitset",
"flate2",