From 865d2017222a657eeb60fd4888f43d221dd6222b Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Fri, 14 Feb 2020 11:20:03 -0500 Subject: [PATCH] version 0.2.1 Changes since 0.2.0: - Workarounds in the assembly implementations (enabled by the "c" feature), to build with older compilers. --- Cargo.toml | 2 +- b3sum/Cargo.toml | 2 +- b3sum/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15e623d..ce89588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake3" -version = "0.2.0" +version = "0.2.1" authors = ["Jack O'Connor "] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml index d5c869e..7339d8f 100644 --- a/b3sum/Cargo.toml +++ b/b3sum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b3sum" -version = "0.2.0" +version = "0.2.1" authors = ["Jack O'Connor "] description = "a command line implementation of the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" diff --git a/b3sum/README.md b/b3sum/README.md index 7e9619d..35a9df9 100644 --- a/b3sum/README.md +++ b/b3sum/README.md @@ -1,7 +1,7 @@ # b3sum ``` -b3sum 0.2.0 +b3sum 0.2.1 USAGE: b3sum [FLAGS] [OPTIONS] [file]...