aboutsummaryrefslogtreecommitdiff
path: root/b3sum/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2022-01-25 11:51:17 -0500
committerJack O'Connor <[email protected]>2022-01-25 12:02:56 -0500
commit4e84c8c7ae3da71d3aff5ba54d8ffa39a9b90fa0 (patch)
tree9ed4e731da003753df07940d83f0af47b0bf87ee /b3sum/Cargo.toml
parent15447749ef8086c1e7124e682cf1edffdb7bf217 (diff)
version 1.3.11.3.1
Changes since 1.3.0: - The unstable `traits-preview` feature now includes an implementation of `crypto_common::BlockSizeUser`, AKA `digest::core_api::BlockSizeUser`. This allows `blake3::Hasher` to be used with `hmac::SimpleHmac`.
Diffstat (limited to 'b3sum/Cargo.toml')
-rw-r--r--b3sum/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml
index f0697e9..2f68269 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
-version = "1.3.0"
+version = "1.3.1"
authors = ["Jack O'Connor <[email protected]>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"