Skip to content

Commit b5d010e

Browse files
authored
cmov v0.4.1 (#1263)
### Changed - Use `black_box` in portable impl ([#1255]) [#1255]: #1255
1 parent 04b1690 commit b5d010e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmov/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.1 (2025-12-19)
8+
### Changed
9+
- Use `black_box` in portable impl ([#1255])
10+
11+
[#1255]: https://github.com/RustCrypto/utils/pull/1255
12+
713
## 0.4.0 (2025-09-10)
814
### Changed
915
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])

cmov/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmov"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)