version 1.8.4
Changes since 1.8.3:
- Updated the
digestdependency from v0.10 to v0.11. THIS IS A
POTENTIALLY BREAKING CHANGE for callers using thetraits-preview
Cargo feature. But this is not considered a breaking change for the
blake3crate itself; see the docs fortraits-preview. - Performance for WASM SIMD targets is improved by ~20% when the
wasm32_simdfeature is enabled. Contributed by @lamb356.