aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-07-29 19:17:44 -0400
committerJack O'Connor <[email protected]>2020-07-29 19:21:23 -0400
commit63d27d4d1ee18b808f5d879c5839b21266a491d3 (patch)
treef4151f120c31726b17a6a445edb5a5eae754dc53
parentb01784a05700204789f4e2ab7bfc8f0dd8b0f35b (diff)
version 0.3.60.3.6
Changes since 0.3.5: - Fix a build break in the assembly files under older versions of GCC.
-rw-r--r--Cargo.toml2
-rw-r--r--b3sum/Cargo.toml2
-rw-r--r--b3sum/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac98f62..72592da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "0.3.5"
+version = "0.3.6"
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 53cffa4..eb3c70d 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
-version = "0.3.5"
+version = "0.3.6"
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 29aa120..51727f4 100644
--- a/b3sum/README.md
+++ b/b3sum/README.md
@@ -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]...