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 /Cargo.toml | |
| 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.
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 = "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" |
