a1ien / rusb

A safe Rust wrapper for libusb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release request

h7x4 opened this issue · comments

commented

Hello!

I've created a PR further downstream that depends on some features that have yet to be released. It seems like last release was March 26th, and a few commits has been made in between.

Would you mind creating a small version bump?

commented

Great! Thank you

Friendly ping 😁

I've added a new PR #178 with changelog and stuff.

I noticed that Cargo.toml still specifies libusb1-sys.version = "0.6.0" despite last release of this crate being 0.6.3. Is there a reason behind this?

I think we should update libusb1-sys.version to 0.6.3

Turns out I was just confusing myself. It's ignoring the patch number already (i.e. Cargo.lock says libusb1-sys 0.6.4), but I've made a PR #179 to make it more obvious.