Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@nickray nickray released this 07 Feb 01:22
· 8 commits to main since this release

[0.2.0] 2023-02-06

Add functionality

  • Implement abort handling (#5)

Breaking changes

  • Make internal implementation details private (#2)
  • Remove 'static' lifetime requirement of the USB bus (#4)

Changes

  • Fix formatting (#3)
  • Use assert! in const instead of a inlined const_assert! (#7)
  • Fix clippy warnings (#8)

Bugfixes

  • Upstreamed changes from the Nitrokey repository (#1)
    • Fix panic on 64 bit targets
    • Fix incorrect length check with the highspeed-usb feature
  • Fix typo in calcualtion of packet lengths (#6)