Skip to content

borsh-v1.1.0

Compare
Choose a tag to compare
@frol frol released this 13 Oct 19:03
· 42 commits to master since this release
e8d67c9

Added

  • relax schema_container_of target requirement with ?Sized to allow slices (#245)

Fixed

  • fully qualify #cratename::BorshSchema in derive-generated code to void function name collisions leading to compilation errors (#244)