Skip to content

Commit df6d2f4

Browse files
authored
zeroize v1.7.0 (#983)
1 parent 68d9c39 commit df6d2f4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ 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.6.1 (2023-11-15)
7+
## 1.7.0 (2023-11-16)
8+
### Changed
9+
- Bump MSRV to 1.60 ([#900])
10+
11+
## 1.6.1 (2023-11-15) [YANKED]
12+
13+
NOTE: yanked because [#900] bumped MSRV to 1.60, which vioates our MSRV policy.
14+
815
### Added
916
- Impl `Zeroize` for `MaybeUninit` ([#900])
1017

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