tikv/tikv

De-duplicate dependencies

Open

#4,149 创建于 2019年1月30日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)Rust (15,922 star) (2,189 fork)batch import
component/build-timehelp wantedstatus/mentor

描述

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.

贡献者指南