Add once_cell as allowed cg_clif dependency

This commit is contained in:
bjorn3 2022-03-20 17:01:32 +01:00
parent ef4ce72919
commit ce7f5ecad7

View File

@ -258,6 +258,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
"mach",
"memchr",
"object",
"once_cell",
"regalloc",
"region",
"rustc-hash",