Skip to content

Commit 54930c9

Browse files
committed
version 1.5.1
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. - The MSRV of b3sum is now 1.74.1. (The MSRV of the library crate is unchanged, 1.66.1.)
1 parent 58bea0b commit 54930c9

File tree

6 files changed

+68
-87
lines changed

6 files changed

+68
-87
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
# The b3sum MSRV is sometimes higher than the blake3 crate's, because
162162
# b3sum depends on Clap. We check in the b3sum Cargo.lock, so Clap
163163
# update shouldn't randomly break us here.
164-
"1.70.0",
164+
"1.74.1",
165165
]
166166

167167
steps:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake3"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
55
description = "the BLAKE3 hash function"
66
repository = "https://github.com/BLAKE3-team/BLAKE3"

b3sum/Cargo.lock

+63-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)