Skip to content

Commit f4baab7

Browse files
authored
zeroize v1.5.7 (#782)
1 parent f096d5f commit f4baab7

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/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.5.7 (2022-07-20)
8+
### Added
9+
- Optional `serde` support ([#780])
10+
11+
[#780]: https://github.com/RustCrypto/utils/pull/780
12+
713
## 1.5.6 (2022-06-29)
814
### Added
915
- `#[inline(always)]` annotations ([#772])

zeroize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ operation will not be 'optimized away' by the compiler.
77
Uses a portable pure Rust implementation that works everywhere,
88
even WASM!
99
"""
10-
version = "1.5.6"
10+
version = "1.5.7"
1111
authors = ["The RustCrypto Project Developers"]
1212
license = "Apache-2.0 OR MIT"
1313
repository = "https://github.com/RustCrypto/utils/tree/master/zeroize"

0 commit comments

Comments
 (0)