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

Fix duplicate dependencies #70

Merged
merged 4 commits into from
Jan 21, 2024
Merged

Fix duplicate dependencies #70

merged 4 commits into from
Jan 21, 2024

Conversation

Jake-Shadle
Copy link
Member

A single crate can reference 2 (or more...) versions of the same crate if it is renamed. If this is the case we additionally ensure the versions are compatible, as otherwise the incorrect crate could have been chosen before, potentially causing panics if the features were enabled for one version that didn't exist in the other.

Resolves: #68
Resolves: #69

@Jake-Shadle Jake-Shadle merged commit 7f3db2e into main Jan 21, 2024
6 checks passed
@Jake-Shadle Jake-Shadle deleted the fix-duplicates branch January 21, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant