Skip to content

Commit 8d27449

Browse files
authored
cmov v0.5.2 (#1414)
### Fixed - `Cmov` impl for `isize`/`usize` ([#1412]) [#1412]: #1412
1 parent 29664d0 commit 8d27449

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.5.2 (2026-01-20)
8+
### Fixed
9+
- `Cmov` impl for `isize`/`usize` ([#1412])
10+
11+
[#1412]: https://github.com/RustCrypto/utils/pull/1412
12+
713
## 0.5.1 (2026-01-18)
814
### Added
915
- `riscv32` optimised mask generation ([#1396])

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.5.1"
3+
version = "0.5.2"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)