De-duplicate dependencies #4149
Labels
component/build-time
Component: Compilation time
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
status/mentor
This issue is currently mentored
There are a number of duplicate dependencies in our crate graph, adding to compile times.
cargo tree
might help to find them. Eliminate a many as possible.Create a whitelist of allowed dupes, and a CI script that checks it; to avoid regressions, and ensure we know when we're adding dupes.
The text was updated successfully, but these errors were encountered: