tikv/tikv

De-duplicate dependencies

Open

#4,149 opened on Jan 30, 2019

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Rust (2,189 forks)batch import
component/build-timehelp wantedstatus/mentor

Repository metrics

Stars
 (15,922 stars)
PR merge metrics
 (Avg merge 28d 9h) (68 merged PRs in 30d)

Description

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.

Contributor guide