a1ien/rusb

Release request

h7x4 opened this issue · 7 comments

h7x4 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?

a1ien commented
h7x4 commented

Great! Thank you

h7x4 commented

Friendly ping 😁

a1ien commented
h7x4 commented

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?

a1ien commented

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

h7x4 commented

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.