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

Fixup #471

Merged
merged 2 commits into from Oct 28, 2022
Merged

Fixup #471

merged 2 commits into from Oct 28, 2022

Conversation

Jake-Shadle
Copy link
Member

@Jake-Shadle Jake-Shadle commented Oct 28, 2022

  • Add ability to include features in dup graph
  • Fix bug when building skip trees

This fixes two issues introduced in 0.13.

  1. There was a bug in Fix bug with features and optional dependencies krates#45 that would cause optional dependencies to be pruned if their feature name differed from the crate name, resulting in incorrect graphs.
  2. Skip trees were being created differently from 0.12 due to the addition of features, causing crates that were being skipped in that version to no longer be skipped in 0.13.

Resolves: #469

@Jake-Shadle Jake-Shadle merged commit fc22aa0 into main Oct 28, 2022
@Jake-Shadle Jake-Shadle deleted the fixup branch October 28, 2022 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo deny check bans 0.13.0 shows many more duplicate dependencies
1 participant