diff options
| author | Jack O'Connor <[email protected]> | 2023-07-06 13:29:26 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-07-06 14:30:32 -0700 |
| commit | 760ed6a8bfef14cfff7432dd21235627d6e42c47 (patch) | |
| tree | 81198376d0e0140de83dc459e7a91a9107394239 /Cargo.toml | |
| parent | 99af1ffc6625650ea48303dd5f80494d5608b595 (diff) | |
version 1.4.11.4.1
Changes since 1.4.0:
- Improved performance in the ARM NEON implementation for both C and
Rust callers. This affects AArch64 targets by default and ARMv7
targets that explicitly enable (and support) NEON. The size of the
improvement depends on the microarchitecture, but I've benchmarked
~1.3x on a Cortex-A53 and ~1.2x on an Apple M1. Contributed by
@sdlyyxy in #319.
- The MSRV is now 1.66.1 for both the `blake3` crate and `b3sum`.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "blake3" -version = "1.4.0" +version = "1.4.1" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
