Closed samcday closed 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.
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" :)
Done.
Thanks!
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 :)