diff options
| author | Jack O'Connor <[email protected]> | 2020-02-14 11:20:03 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-02-14 11:20:03 -0500 |
| commit | 865d2017222a657eeb60fd4888f43d221dd6222b (patch) | |
| tree | f1e05015f1d567ec54389e787d156e9177f74d74 | |
| parent | fdeb3a38eeb2867e60998b49a97cc2c583539f50 (diff) | |
version 0.2.10.2.1
Changes since 0.2.0:
- Workarounds in the assembly implementations (enabled by the "c"
feature), to build with older compilers.
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | b3sum/Cargo.toml | 2 | ||||
| -rw-r--r-- | b3sum/README.md | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "blake3" -version = "0.2.0" +version = "0.2.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 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 <[email protected]>"] 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]... |
