Skip to content

v0.4.1

Compare
Choose a tag to compare
@robin-nitrokey robin-nitrokey released this 08 Oct 13:54
· 9 commits to main since this release
0.4.1
3e9e218

Changes

Added

  • Add support for deserialize_ignored_any (#6)
  • Accept arrays of integers in deserialize_bytes (#7)
  • Add support for all types expected by serde in deserialize_identifier (#8)
  • Add ?Sized trait bound to cbor_serialize, cbor_serialize_extending_bytes and cbor_serialize_bytes (#10)

Fixed

  • Fix deserialization of enums with struct variants (#4)
  • Never inline map and tuple deserialization (#15)

All changes