Skip to content

Commit 83c7093

Browse files
authored
zeroize_derive v1.4.2 (#883)
1 parent 4b06984 commit 83c7093

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/derive/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.4.2 (2023-03-30)
8+
### Changed
9+
- Inject where clauses; skip unused ([#882])
10+
11+
[#882]: https://github.com/RustCrypto/utils/pull/882
12+
713
## 1.4.1 (2023-03-27)
814
### Changed
915
- Do not automatically inject bounds ([#879])

zeroize/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zeroize_derive"
33
description = "Custom derive support for zeroize"
4-
version = "1.4.1"
4+
version = "1.4.2"
55
authors = ["The RustCrypto Project Developers"]
66
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/RustCrypto/utils/tree/master/zeroize/derive"

0 commit comments

Comments
 (0)