aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-02-17 14:46:32 -0800
committerJack O'Connor <[email protected]>2025-02-17 15:17:40 -0800
commitf8c5f7d023fd77ef7fc6f4596407e510d3468a57 (patch)
tree10858842656309db85fe87fd805492d75393733c /Cargo.toml
parentd4da2150c61944e3e353194335ee885bcc37a8f1 (diff)
version 1.6.01.6.0
Changes since 1.5.5: - Add Hash::from_slice. (#448) - Fix a build error on Windows 7 targets. (#447)
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 aec25a8..0f5a861 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "1.5.5"
+version = "1.6.0"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"