Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@VoidStarKat VoidStarKat released this 08 Apr 04:49
· 7 commits to main since this release
b1894e9

Changed

  • Fixed some incorrect minimum supported versions of dependencies that weren't caught due to
    improper Cargo.lock:
    • num-traits 0.2.14 -> 0.2.16
    • zerocopy 0.8.0 -> 0.8.23
    • arbitrary 1.3.2 -> 1.4.1

Added

  • f16 and bf16 now implement Immutable and KnownLayout for zerocopy crate. By [@usamoi].