kevinmehall / nusb

A new pure-Rust library for cross-platform low-level access to USB devices.
Apache License 2.0
207 stars 26 forks source link

Publish new version? #84

Open TroyNeubauer opened 3 weeks ago

TroyNeubauer commented 3 weeks ago

When you have time, could you publish a new version?

I didn't realize you cant publish to crates.io with git dependencies, and I'm looking to publish https://github.com/MerchGuardian/seify-hackrfone soon.

kevinmehall commented 3 weeks ago

I assume you're most interested in your Android change? I have some small breaking changes on main as I was planning for the next version to be v0.2. The biggest change in v0.2 is planned to be a rework of the endpoint API, which I haven't had time to finish.

But I can backport https://github.com/kevinmehall/nusb/pull/80 to a v0.1.11 release soon.

TroyNeubauer commented 3 weeks ago

Yes, android in particular. Backport would be great, but dont break your back over it