diff options
| author | Jack O'Connor <[email protected]> | 2020-01-13 14:47:28 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-01-13 14:47:28 -0500 |
| commit | 02250a7b7c80ded8f42fcf2caa9c26bdf042e820 (patch) | |
| tree | cc9a612932e07c5b5aa3e43e31099998ff6bb5db | |
| parent | caa6622afadea443cc125a3b5d9990d32d366f71 (diff) | |
version 0.1.10.1.1
Changes since 0.1.0:
- Optimizations contributed by @cesarb.
- Fix the build on x86_64-pc-windows-gnu when c_avx512 is enabled.
- Add an explicit error message for compilers that don't support c_avx512.
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | b3sum/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "blake3" -version = "0.1.0" +version = "0.1.1" authors = ["Jack O'Connor <[email protected]>"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml index 76b1295..5985b0c 100644 --- a/b3sum/Cargo.toml +++ b/b3sum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b3sum" -version = "0.1.0" +version = "0.1.1" authors = ["Jack O'Connor <[email protected]>"] description = "a command line implementation of the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
