Skip to content

Commit c30341a

Browse files
authored
zeroize v1.5.5 (#763)
1 parent a729d1f commit c30341a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.5 (2022-04-30)
8+
### Added
9+
- Impl `Zeroize` for std::ffi::CString ([#759])
10+
- `AsRef<T>` and `AsMut<T>` impls for `Zeroizing` ([#761])
11+
12+
[#759]: https://github.com/RustCrypto/utils/pull/759
13+
[#761]: https://github.com/RustCrypto/utils/pull/761
14+
715
## 1.5.4 (2022-03-16)
816
### Added
917
- Nightly-only upport for zeroizing ARM64 SIMD registers ([#749])

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.4"
10+
version = "1.5.5"
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)