Skip to content

Commit

Permalink
version 1.5.1
Browse files Browse the repository at this point in the history
Changes since 1.5.0:
- The Rust crate is now compatible with Miri.
- ~1% performance improvement on Arm NEON contributed by @divinity76 (#384).
- Various fixes and improvements in the CMake build.
  • Loading branch information
oconnor663 committed Mar 12, 2024
1 parent 58bea0b commit 5d3b27e
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
version = "1.5.0"
version = "1.5.1"
authors = ["Jack O'Connor <oconnor663@gmail.com>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
Expand Down
145 changes: 63 additions & 82 deletions b3sum/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
version = "1.5.0"
version = "1.5.1"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
Expand Down

0 comments on commit 5d3b27e

Please sign in to comment.