version 1.8.3
Changes since 1.8.2:
- Add
Hash::as_slice. - Update to the 2024 Edition and bump the MSRV to 1.85.
- Fix a set of Miri failures in the intrinsics implementations. We were
computing (though not dereferencing) an out-of-bounds pointer using
addrather thanwrapping_add. I'm not aware of any observable
consequences of this bug. See #507. - CPU feature detection on x86/x86-64 no longer requires the
stdCargo
feature in theblake3crate. - Build fixes in the C implementation for macOS and Cygwin, and various
improvements to the CMake build.