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

Avoid dependency on libusb1-sys #18

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Conversation

sjoerdsimons
Copy link
Contributor

libusb1-sys is only used for some constants, which are also exposed though rusb directly. Use the ones from rusb directly to avoid having to depend on libusb1-sys

This allows compatibility with newer rusb versions as those use a newer libusb1-sys version

libusb1-sys is only used for some constants, which are also exposed
though rusb directly. Use the ones from rusb directly to avoid having to
depend on libusb1-sys

This allows compatibility with newer rusb versions as those use a
newer libusb1-sys version
Copy link
Member

@cecton cecton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🎉 Thanks a lot!

@cecton cecton merged commit 4595d62 into dfu-rs:main Oct 14, 2024
3 checks passed
@cecton
Copy link
Member

cecton commented Oct 14, 2024

Released v0.5.2

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.

2 participants