aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-01-13 14:47:28 -0500
committerJack O'Connor <[email protected]>2020-01-13 14:47:28 -0500
commit02250a7b7c80ded8f42fcf2caa9c26bdf042e820 (patch)
treecc9a612932e07c5b5aa3e43e31099998ff6bb5db
parentcaa6622afadea443cc125a3b5d9990d32d366f71 (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.toml2
-rw-r--r--b3sum/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c429c1e..3bf7892 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"