Skip to content

zeroize-v1.9.0

@tarcieri tarcieri tagged this 12 Jun 18:40
## Added
- `Zeroizing` is now `repr(transparent)` ([#1253])
- `optimization_barrier` function ([#1261])
- `Zeroizing` now supports `?Sized` ([#1318])
- `zeroize_stack` function ([#1331])

## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
- Replace `atomic_fence` with `optimization_barrier` ([#1252])
- Bump `zeroize_derive` to v1.5 ([#1492])
- Always enable AVX-512 support ([#1493])

[#1149]: https://github.com/RustCrypto/utils/pull/1149
[#1252]: https://github.com/RustCrypto/utils/pull/1252
[#1253]: https://github.com/RustCrypto/utils/pull/1253
[#1261]: https://github.com/RustCrypto/utils/pull/1261
[#1318]: https://github.com/RustCrypto/utils/pull/1318
[#1331]: https://github.com/RustCrypto/utils/pull/1331
[#1492]: https://github.com/RustCrypto/utils/pull/1492
[#1493]: https://github.com/RustCrypto/utils/pull/1493
Assets 2
Loading