surban / usb-gadget

Expose standard or fully custom USB peripherals (gadgets) through a USB device controller (UDC) on Linux using Rust.
https://crates.io/crates/usb-gadget
Apache License 2.0
73 stars 7 forks source link

Pls publish 0.7.0 #4

Closed samcday closed 8 months ago

samcday commented 8 months ago

I ran into the issue fixed by 897c511. I'll just pin to that commit for now but it'd be great if a version was published to crates.io :)

samcday commented 8 months ago

Oh, I see that you have published 0.6.0 to crates.io. I think there might be an issue with the CI release process then, because the fix in commit 897c511 is not present in 0.6.0:

$ cat /home/sam/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usb-gadget-0.6.0/src/function/hid.rs | grep "fn device"
    pub fn device(&self) -> Result<(u8, u8)> {

Plus, there's no corresponding Github release.

samcday commented 8 months ago

Okay my brain isn't working today :)

0.6.0 was published before 897c511. I was confused by the lack of Github release and also because I'm just generally a confused person.

So I'm amending the title to "Pls publish 0.7.0" :)

surban commented 8 months ago

Done.

samcday commented 8 months ago

Thanks!