aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-02-27 09:32:23 -0800
committerJack O'Connor <[email protected]>2025-02-27 09:32:23 -0800
commit0f9dc2706f931366632a378a95b348e3cb40ed01 (patch)
tree0fc5b444b7eaf230679312474202a4c8b20260ec /Cargo.toml
parent8f4928fa7bedb4f4517c99e2db421613b9cd0769 (diff)
version 1.6.11.6.1
Changes since 1.6.0: - Remove `mmap` from the default features list. It was added accidentally in v1.6.0, last week. This is technically a backwards-incompatible change, but I would rather not tag v2.0.0 for a build-time bugfix with a simple workaround.
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 7bf3c4a..11779d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "1.6.0"
+version = "1.6.1"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"