1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-08 02:26:08 +02:00

version 0.3.6

Changes since 0.3.5:
- Fix a build break in the assembly files under older versions of GCC.
This commit is contained in:
Jack O'Connor 2020-07-29 19:17:44 -04:00
parent b01784a057
commit 63d27d4d1e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "blake3"
version = "0.3.5"
version = "0.3.6"
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.3.5"
version = "0.3.6"
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

@ -5,7 +5,7 @@ A command line utility for calculating
Coreutils tools like `b2sum` or `md5sum`.
```
b3sum 0.3.5
b3sum 0.3.6
USAGE:
b3sum [FLAGS] [OPTIONS] [FILE]...