diff options
| author | Jack O'Connor <[email protected]> | 2022-11-26 00:27:49 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2022-11-26 00:31:40 -0500 |
| commit | 67e4d04a3c025288ecb1276800d435577e2008bd (patch) | |
| tree | b12041dffd47363e87fdad43b50bfe1aa1710d43 /Cargo.toml | |
| parent | 342f9f8067aa08b65e94d34710a417a498de66a8 (diff) | |
version 1.3.31.3.3
Changes since 1.3.2:
- Fix incorrect output from AVX-512 intrinsics under GCC 5.4 and 6.1 in
debug mode. This bug was found in unit tests and probably doesn't
affect the public API in practice. See
https://github.com/BLAKE3-team/BLAKE3/issues/271.
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.3.2" +version = "1.3.3" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
