Skip to content

Commit b898588

Browse files
authored
zeroize_derive: yank 1.1.1, 1.2.0, 1.2.1, 1.2.2 (#812)
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
1 parent 1fcabe0 commit b898588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zeroize/derive/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
[#699]: https://github.com/RustCrypto/utils/pull/699
2626
[#700]: https://github.com/RustCrypto/utils/pull/700
2727

28-
## 1.2.2 (2021-11-04)
28+
## 1.2.2 (2021-11-04) [YANKED]
2929
### Added
3030
- `#[zeroize(skip)]` attribute ([#654])
3131

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

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

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

0 commit comments

Comments
 (0)