Skip to content

Commit

Permalink
zeroize_derive: yank 1.1.1, 1.2.0, 1.2.1, 1.2.2 (RustCrypto#812)
Browse files Browse the repository at this point in the history
These releases misspecified their version requirement for `synstructure`
and are not compatible with releases prior to v0.12.2.

This breaks `-Z minimal-versions` builds for downstream dependencies.

See dalek-cryptography/ed25519-dalek#219
  • Loading branch information
tarcieri authored Oct 18, 2022
1 parent 1fcabe0 commit b898588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zeroize/derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#699]: https://github.com/RustCrypto/utils/pull/699
[#700]: https://github.com/RustCrypto/utils/pull/700

## 1.2.2 (2021-11-04)
## 1.2.2 (2021-11-04) [YANKED]
### Added
- `#[zeroize(skip)]` attribute ([#654])

Expand All @@ -35,12 +35,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Moved to `RustCrypto/utils` repository

## 1.2.0 (2021-09-21)
## 1.2.0 (2021-09-21) [YANKED]
### Changed
- Bump MSRV to 1.51+
- Reject `#[zeroize(drop)]` on struct/enum fields, enum variants

## 1.1.1 (2021-10-09)
## 1.1.1 (2021-10-09) [YANKED]
### Changed
- Backport 1.2.0 `#[zeroize(drop)]` fixes but with a 1.47+ MSRV.

Expand Down

0 comments on commit b898588

Please sign in to comment.