Skip to content

Commit

Permalink
version 0.3.6
Browse files Browse the repository at this point in the history
Changes since 0.3.5:
- Fix a build break in the assembly files under older versions of GCC.
  • Loading branch information
oconnor663-zoom committed Jul 29, 2020
1 parent b01784a commit 63d27d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion b3sum/Cargo.toml
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion b3sum/README.md
Expand Up @@ -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]...
Expand Down

0 comments on commit 63d27d4

Please sign in to comment.