Skip to content

Commit 846ae59

Browse files
authored
zeroize v1.5.6 (#777)
1 parent d9dedc6 commit 846ae59

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.6 (2022-06-29)
8+
### Added
9+
- `#[inline(always)]` annotations ([#772])
10+
- `#[ignore]` attribute on flaky CString test ([#776])
11+
12+
### Changed
13+
- Factor integration tests into `tests/` ([#771])
14+
15+
[#771]: https://github.com/RustCrypto/utils/pull/771
16+
[#772]: https://github.com/RustCrypto/utils/pull/772
17+
[#776]: https://github.com/RustCrypto/utils/pull/776
18+
719
## 1.5.5 (2022-04-30)
820
### Added
921
- Impl `Zeroize` for std::ffi::CString ([#759])

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.5"
10+
version = "1.5.6"
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)