summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2024-03-12 00:26:38 -0700
committerJack O'Connor <oconnor663@gmail.com>2024-03-12 00:34:53 -0700
commit54930c95227daaac4dcf1eb3028e2f4e0768d139 (patch)
tree46132387e06d31dcd2bf2dcaf4366243b367d1dd /.github/workflows/ci.yml
parent58bea0bcbba3629043939aa499068055dd0df017 (diff)
version 1.5.11.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.)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 97fc8e1..e93ecb3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -161,7 +161,7 @@ jobs:
# The b3sum MSRV is sometimes higher than the blake3 crate's, because
# b3sum depends on Clap. We check in the b3sum Cargo.lock, so Clap
# update shouldn't randomly break us here.
- "1.70.0",
+ "1.74.1",
]
steps: