aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2022-01-07 23:13:20 -0500
committerJack O'Connor <[email protected]>2022-01-08 00:09:10 -0500
commit9643f9563a2908e1ff03dae22d92e32712b7aff4 (patch)
tree65e294116719e0b0aff66374ec978ee2fafa737c /Cargo.toml
parent43ce77aaaf14c7879548655dbc3ed1d0803e3470 (diff)
version 1.3.01.3.0
Changes since 1.2.0: - Added blake3_hasher_reset to the C API, for parity with the Rust API. - Updated digest to v0.10. This version merged the crypto-mac crate with digest, so the dependency on crypto-mac has been removed. These trait implementations are still gated behind the "traits-preview" feature. - Updated clap to v3.
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 f678595..a11608a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "1.2.0"
+version = "1.3.0"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"