Skip to content

chore: Update cargo deny configuration to prevent duplicate dependencies #533

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

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

DataTriny
Copy link
Member

@DataTriny DataTriny commented Mar 23, 2025

Fixes #349

The configuration differs from what we have in the C bindings:

  • Some crates are skipped for now, the version requirement should help us notice when we can remove these exceptions.
  • I have removed some Apple and Linux targets because it shouldn't be necessary to test them, unlike Windows where crates from windows-rs are architecture specific.
  • The Android platform is added.

@DataTriny DataTriny changed the title Cargo deny fix: Update cargo deny configuration to prevent duplicate dependencies Mar 23, 2025
@mwcampbell mwcampbell changed the title fix: Update cargo deny configuration to prevent duplicate dependencies chore: Update cargo deny configuration to prevent duplicate dependencies Mar 23, 2025
@mwcampbell mwcampbell merged commit f4a4c42 into main Mar 23, 2025
17 checks passed
@mwcampbell mwcampbell deleted the cargo-deny branch March 23, 2025 16: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.

Use cargo-deny to prevent duplicate dependencies
2 participants