Skip to content

Commit

Permalink
Permit deps (scarry)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Nov 28, 2022
1 parent f4d00fe commit b44817f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"chalk-ir",
"chalk-solve",
"chrono",
"convert_case", // dependency of derive_more
"compiler_builtins",
"cpufeatures",
"crc32fast",
Expand All @@ -108,6 +109,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"crypto-common",
"cstr",
"datafrog",
"derive_more",
"difference",
"digest",
"displaydoc",
Expand Down

0 comments on commit b44817f

Please sign in to comment.