1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-13 19:56:20 +02:00

version 0.2.1

Changes since 0.2.0:
- Workarounds in the assembly implementations (enabled by the "c"
  feature), to build with older compilers.
This commit is contained in:
Jack O'Connor 2020-02-14 11:20:03 -05:00
parent fdeb3a38ee
commit 865d201722
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "blake3"
version = "0.2.0"
version = "0.2.1"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"

View File

@ -1,6 +1,6 @@
[package]
name = "b3sum"
version = "0.2.0"
version = "0.2.1"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"

View File

@ -1,7 +1,7 @@
# b3sum
```
b3sum 0.2.0
b3sum 0.2.1
USAGE:
b3sum [FLAGS] [OPTIONS] [file]...