Skip to content

Commit

Permalink
zeroize_derive v1.2.1 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 5, 2021
1 parent fdfeccd commit 00b569b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.

4 changes: 4 additions & 0 deletions zeroize/derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.2.1 (2021-11-04)
### Changed
- Moved to `RustCrypto/utils` repository

## 1.2.0 (2021-09-21)
### Changed
- Bump MSRV to 1.51+
Expand Down
2 changes: 1 addition & 1 deletion zeroize/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zeroize_derive"
description = "Custom derive support for zeroize"
version = "1.2.0"
version = "1.2.1"
authors = ["The RustCrypto Project Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/utils/tree/master/zeroize/derive"
Expand Down
4 changes: 2 additions & 2 deletions zeroize/derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dual licensed as above, without any additional terms or conditions.
[crate-link]: https://crates.io/crates/zeroize_derive
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.51+-blue.svg
[build-image]: https://github.com/RustCrypto/utils/workflows/Rust/badge.svg?branch=main&event=push
[build-link]: https://github.com/RustCrypto/utils/actions
[build-image]: https://github.com/RustCrypto/utils/actions/workflows/zeroize.yml/badge.svg
[build-link]: https://github.com/RustCrypto/utils/actions/workflows/zeroize.yml

[//]: # (general links)

Expand Down

0 comments on commit 00b569b

Please sign in to comment.