Skip to content

Commit e03bf4e

Browse files
authored
zeroize_derive v1.4.0 (#875)
1 parent 1d5bf32 commit e03bf4e

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
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/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.56"
1919

2020
[dependencies]
2121
serde = { version = "1.0", default-features = false, optional = true }
22-
zeroize_derive = { version = "=1.4.0-pre", path = "derive", optional = true }
22+
zeroize_derive = { version = "1.3", path = "derive", optional = true }
2323

2424
[features]
2525
default = ["alloc"]

zeroize/derive/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.4.0 (2023-03-26)
8+
### Changed
9+
- 2021 edition upgrade; MSRV 1.56 ([#869])
10+
- Bump `syn` to v2 ([#858])
11+
12+
### Removed
13+
- `synstructure` dependency ([#858])
14+
15+
[#858]: https://github.com/RustCrypto/utils/pull/858
16+
[#869]: https://github.com/RustCrypto/utils/pull/869
17+
718
## 1.3.3 (2022-11-30)
819
### Fixed
920
- Deriving `ZeroizeOnDrop` on items with generics ([#787])

zeroize/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zeroize_derive"
33
description = "Custom derive support for zeroize"
4-
version = "1.4.0-pre"
4+
version = "1.4.0"
55
authors = ["The RustCrypto Project Developers"]
66
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/RustCrypto/utils/tree/master/zeroize/derive"

zeroize/derive/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2021 The RustCrypto Project Developers
3+
Copyright (c) 2019-2023 The RustCrypto Project Developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)