aboutsummaryrefslogtreecommitdiff
path: root/b3sum/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-02-25 12:11:52 -0500
committerJack O'Connor <[email protected]>2020-02-25 12:15:27 -0500
commitc197a773ac0f7b2e33a116cf958882f7694cf717 (patch)
treeb5934e94868e38cc21a991f81d2f3e10c6fb5afa /b3sum/Cargo.toml
parent8d84cfc0af863086b38982cb23a17657f1dd973a (diff)
version 0.2.20.2.2
Changes since 0.2.1 (and since c-0.2.0): - Fix a performance issue when the caller makes multiple calls to update() with uneven lengths. (#69, reported by @willbryant.)
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 7339d8f..d930c19 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Jack O'Connor <[email protected]>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"