Skip to content

0.6.3

Choose a tag to compare

@bodil bodil released this 14 Feb 10:42
· 24 commits to master since this release
v0.6.3
9f66983

FIXED

  • Multiple soundness fixes: InlineArray handles large alignment, panic safety in Chunk's clone and from_iter, capacity checks in unit(), pair() and from().
  • InlineArray can now handle zero sized values. This relies on conditionals in const functions, a feature which was introduced in Rust 1.46.0, which means this is now the minimum Rust version this crate will work on.