File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- 13
1+ 14
22Changelog
33CHANGELOG
44destructure/G
@@ -11,4 +11,5 @@ struct/S
1111TODO
1212tuple
1313v1
14+ Versioning
1415zeroize
Original file line number Diff line number Diff line change 2222 - name : Checkout
2323 uses : actions/checkout@v3
2424 - name : Run Spellcheck
25- run : cargo spellcheck check -m 1 2>/dev/null
25+ run : cargo spellcheck check -m 1 CHANGELOG.md 2>/dev/null
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818- Support [ ` ZeroizeOnDrop ` ] ( https://docs.rs/zeroize/1.5/zeroize/trait.ZeroizeOnDrop.html ) .
1919
2020### Changed
21- - ** Breaking Change** : Changed to attribute instead of derive proc macro.
21+ - ** Breaking Change** : Changed to attribute instead of derive proc- macro.
2222
2323### Removed
2424- ** Breaking Change** : Remove support for ` Zeroize(drop) ` .
You can’t perform that action at this time.
0 commit comments