summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <jack.oconnor@zoom.us>2021-05-25 11:10:11 -0400
committerJack O'Connor <jack.oconnor@zoom.us>2021-05-25 11:14:21 -0400
commit12642538340b3d6dad36e566217604267f94fe68 (patch)
tree96fe4f7abbe52f24fea57384df05cbecc27cdc17
parent49cf7a55905abcf66ef9cbb3739bd5949d9e177d (diff)
version 0.3.80.3.8
Changes since 0.3.7: - This is a backport release of bugfixes from master. The next release of master will be version 1.0. - Fix a build break under Visual Studio 2015: https://github.com/BLAKE3-team/BLAKE3/issues/142
-rw-r--r--Cargo.toml2
-rw-r--r--b3sum/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3df0fd2..8b28d6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "0.3.7"
+version = "0.3.8"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml
index 4678bee..50834e2 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
-version = "0.3.7"
+version = "0.3.8"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"