Skip to content

Commit f0c595a

Browse files
authored
cpufeatures v0.2.7 (#892)
1 parent 72505ea commit f0c595a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cpufeatures/CHANGELOG.md

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

8+
## 0.2.7 (2023-04-20)
9+
### Added
10+
- Support freestanding/UEFI `x86` targets ([#821])
11+
12+
[#821]: https://github.com/RustCrypto/utils/issues/821
13+
814
## 0.2.6 (2023-03-24)
915
### Added
1016
- Support dynamic feature detection on iOS and derivative platforms ([#848])

cpufeatures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpufeatures"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = """
55
Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with
66
no_std support and support for mobile targets including Android and iOS

0 commit comments

Comments
 (0)