Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

0.6.4

Choose a tag to compare

@bodil bodil released this 17 Feb 20:11
· 20 commits to master since this release
v0.6.4
aa0e3a1

FIXED

  • InlineArray can be used in recursive types again.

CHANGED

  • InlineArray::new() now panics when it can't store elements with large alignment (this was UB prior to 0.6.3). Alignments of usize and smaller are always supported. Larger alignments are supported if the capacity-providing type has sufficient alignment.