diff options
| author | Jack O'Connor <[email protected]> | 2025-02-27 09:32:23 -0800 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-02-27 09:32:23 -0800 |
| commit | 0f9dc2706f931366632a378a95b348e3cb40ed01 (patch) | |
| tree | 0fc5b444b7eaf230679312474202a4c8b20260ec /Cargo.toml | |
| parent | 8f4928fa7bedb4f4517c99e2db421613b9cd0769 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
