Skip to content

Commit

Permalink
zeroize_derive v1.3.1 (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 14, 2022
1 parent ca16325 commit 73ad6a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion zeroize/derive/CHANGELOG.md
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.3.0 (2021-01-14)
## 1.3.1 (2021-01-14)
### Removed
- `ZeroizeOnDrop` implementation for `#[zeroize(drop)]` ([#715])

[#715]: https://github.com/RustCrypto/utils/pull/715

## 1.3.0 (2021-01-14) [YANKED]
### Added
- `#[zeroize(bound = "T: MyTrait")]` ([#663])
- Custom derive for `ZeroizeOnDrop` ([#699], [#700])
Expand Down
2 changes: 1 addition & 1 deletion zeroize/derive/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "zeroize_derive"
description = "Custom derive support for zeroize"
version = "1.3.0"
version = "1.3.1"
authors = ["The RustCrypto Project Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/utils/tree/master/zeroize/derive"
Expand Down

0 comments on commit 73ad6a6

Please sign in to comment.