aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce89588..587b4e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Jack O'Connor <[email protected]>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"