Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate duplicate versions of dependent crates #757

Closed
22 tasks done
daira opened this issue Jan 14, 2023 · 2 comments
Closed
22 tasks done

Eliminate duplicate versions of dependent crates #757

daira opened this issue Jan 14, 2023 · 2 comments

Comments

@daira
Copy link
Contributor

daira commented Jan 14, 2023

Duplicate versions make the executable larger and potentially could make debugging confusing, as well as hiding bugs in dependencies that have since been fixed. They are also a good heuristic for detecting indirect dependencies that may be lagging behind. The following is based on the output of cargo duplicates, with redundant information suppressed and some manual research on how to improve things.

@nuttycom
Copy link
Contributor

I just noticed that it appears that this ticket should be in the zcash/zcash repository? The wasi duplication doesn't affect this repo.

@nuttycom
Copy link
Contributor

nuttycom commented Jun 7, 2023

Completed in #856

@nuttycom nuttycom closed this as completed Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants