Skip to content

Commit e3af7c3

Browse files
authored
zeroize_derive v1.4.1 (#880)
1 parent 74770c8 commit e3af7c3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.4.1 (2023-03-27)
8+
### Changed
9+
- Do not automatically inject bounds ([#879])
10+
11+
[#879]: https://github.com/RustCrypto/utils/pull/879
12+
713
## 1.4.0 (2023-03-26)
814
### Changed
915
- 2021 edition upgrade; MSRV 1.56 ([#869])

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.4.0"
4+
version = "1.4.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)