diff --git a/Cargo.lock b/Cargo.lock index 523bf4c1..af50e1e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,7 +193,7 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.2.0" +version = "1.2.1" dependencies = [ "proc-macro2", "quote", diff --git a/zeroize/derive/CHANGELOG.md b/zeroize/derive/CHANGELOG.md index 7eb1f24c..edceaa6f 100644 --- a/zeroize/derive/CHANGELOG.md +++ b/zeroize/derive/CHANGELOG.md @@ -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+ diff --git a/zeroize/derive/Cargo.toml b/zeroize/derive/Cargo.toml index 947639a4..e4dd8a8d 100644 --- a/zeroize/derive/Cargo.toml +++ b/zeroize/derive/Cargo.toml @@ -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" diff --git a/zeroize/derive/README.md b/zeroize/derive/README.md index fe54195b..88c8b28a 100644 --- a/zeroize/derive/README.md +++ b/zeroize/derive/README.md @@ -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)