Skip to content

Commit 00b569b

Browse files
authored
zeroize_derive v1.2.1 (#648)
1 parent fdfeccd commit 00b569b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zeroize/derive/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.2.1 (2021-11-04)
8+
### Changed
9+
- Moved to `RustCrypto/utils` repository
10+
711
## 1.2.0 (2021-09-21)
812
### Changed
913
- Bump MSRV to 1.51+

zeroize/derive/Cargo.toml

+1-1
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.2.0"
4+
version = "1.2.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"

zeroize/derive/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dual licensed as above, without any additional terms or conditions.
4040
[crate-link]: https://crates.io/crates/zeroize_derive
4141
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4242
[rustc-image]: https://img.shields.io/badge/rustc-1.51+-blue.svg
43-
[build-image]: https://github.com/RustCrypto/utils/workflows/Rust/badge.svg?branch=main&event=push
44-
[build-link]: https://github.com/RustCrypto/utils/actions
43+
[build-image]: https://github.com/RustCrypto/utils/actions/workflows/zeroize.yml/badge.svg
44+
[build-link]: https://github.com/RustCrypto/utils/actions/workflows/zeroize.yml
4545

4646
[//]: # (general links)
4747

0 commit comments

Comments
 (0)