Skip to content

Commit f56a234

Browse files
authored
zeroize_derive v1.3.3 (#817)
1 parent b898588 commit f56a234

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.3.3 (2022-11-30)
8+
### Fixed
9+
- Deriving `ZeroizeOnDrop` on items with generics ([#787])
10+
11+
[#787]: https://github.com/RustCrypto/utils/pull/787
12+
713
## 1.3.2 (2022-02-18)
814
### Fixed
915
- Min versions build ([#732])

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.3.2"
4+
version = "1.3.3"
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)