File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
14
## 0.2.6 (2023-03-24)
9
15
### Added
10
16
- Support dynamic feature detection on iOS and derivative platforms ([ #848 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cpufeatures"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
description = """
5
5
Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with
6
6
no_std support and support for mobile targets including Android and iOS
You can’t perform that action at this time.
0 commit comments