Skip to content

Commit f58e39e

Browse files
authored
cpufeatures: release v0.2.4 (#796)
1 parent 276a457 commit f58e39e

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4 (2022-08-22)
9+
- Re-release v0.2.3 without any changes to fix [#795] ([#796])
10+
11+
[#795]: https://github.com/RustCrypto/utils/issues/795
12+
[#796]: https://github.com/RustCrypto/utils/pull/796
13+
814
## 0.2.3 (2022-08-18)
915
### Changed
1016
- Update `libc` version to v0.2.95 ([#789])

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.3"
3+
version = "0.2.4"
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)