Skip to content
Permalink
Browse files
version 0.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:
  #142
  • Loading branch information
oconnor663-zoom committed May 25, 2021
1 parent 49cf7a5 commit 12642538340b3d6dad36e566217604267f94fe68
Showing with 2 additions and 2 deletions.
  1. +1 −1 Cargo.toml
  2. +1 −1 b3sum/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"
@@ -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"

0 comments on commit 1264253

Please sign in to comment.