diff options
| author | Jack O'Connor <[email protected]> | 2024-03-12 00:26:38 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-03-12 00:34:53 -0700 |
| commit | 54930c95227daaac4dcf1eb3028e2f4e0768d139 (patch) | |
| tree | 46132387e06d31dcd2bf2dcaf4366243b367d1dd /Cargo.toml | |
| parent | 58bea0bcbba3629043939aa499068055dd0df017 (diff) | |
version 1.5.11.5.1
Changes since 1.5.0:
- The Rust crate is now compatible with Miri.
- ~1% performance improvement on Arm NEON contributed by @divinity76 (#384).
- Various fixes and improvements in the CMake build.
- The MSRV of b3sum is now 1.74.1. (The MSRV of the library crate is
unchanged, 1.66.1.)
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.5.0" +version = "1.5.1" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
