Skip to content

Commit 73ad6a6

Browse files
authored
zeroize_derive v1.3.1 (#716)
1 parent ca16325 commit 73ad6a6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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/derive/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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.0 (2021-01-14)
7+
## 1.3.1 (2021-01-14)
8+
### Removed
9+
- `ZeroizeOnDrop` implementation for `#[zeroize(drop)]` ([#715])
10+
11+
[#715]: https://github.com/RustCrypto/utils/pull/715
12+
13+
## 1.3.0 (2021-01-14) [YANKED]
814
### Added
915
- `#[zeroize(bound = "T: MyTrait")]` ([#663])
1016
- Custom derive for `ZeroizeOnDrop` ([#699], [#700])

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.0"
4+
version = "1.3.1"
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)