Skip to content

Commit 7050a84

Browse files
authored
zeroize v1.8.1 (#1075)
1 parent 4b7b782 commit 7050a84

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.

zeroize/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## 1.8.1 (2024-05-25)
8+
### Changed
9+
- Feature-gate AVX-512 support under `simd`; restores MSRV 1.60 ([#1073])
10+
11+
[#1073]: https://github.com/RustCrypto/utils/pull/1073
12+
713
## 1.8.0 (2024-04-24) [YANKED]
814

915
NOTE: yanked due concerns over the MSRV bump. See [#1067].

zeroize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeroize"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
description = """
55
Securely clear secrets from memory with a simple trait built on
66
stable Rust primitives which guarantee memory is zeroed using an

0 commit comments

Comments
 (0)