Skip to content

Commit

Permalink
Cargo decided to add serde to cg_clif's lockfile despite serde suppor…
Browse files Browse the repository at this point in the history
…t in Cranelift being disabled
  • Loading branch information
bjorn3 committed Dec 6, 2024
1 parent b3d837a commit 063e21b
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 @@ -535,6 +535,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
"regalloc2",
"region",
"rustc-hash",
"serde",
"serde_derive",
"slice-group-by",
"smallvec",
"stable_deref_trait",
Expand Down

0 comments on commit 063e21b

Please sign in to comment.