Skip to content

Commit 4cb5118

Browse files
authored
cmov v0.4.0 (#1212)
### Changed - Edition changed to 2024 and MSRV bumped to 1.85 (#1149)
1 parent 147e038 commit 4cb5118

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.0 (unreleased)
7+
## 0.4.0 (2025-09-10)
88
### Changed
99
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
1010

cmov/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ constant-time and not be rewritten as branches by the compiler.
66
Provides wrappers for the CMOV family of instructions on x86/x86_64
77
and CSEL on AArch64.
88
"""
9-
version = "0.4.0-pre"
9+
version = "0.4.0"
1010
authors = ["RustCrypto Developers"]
1111
license = "Apache-2.0 OR MIT"
1212
homepage = "https://github.com/RustCrypto/utils/tree/master/cmov"

0 commit comments

Comments
 (0)