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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " cpufeatures"
3- version = " 0.2.6 "
3+ version = " 0.2.7 "
44description = """
55Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with
66no_std support and support for mobile targets including Android and iOS
You can’t perform that action at this time.
0 commit comments