File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 1.0.0-rc.2 ] - 2022-01-23
8
8
### Added
9
9
- Support [ ` ZeroizeOnDrop ` ] ( https://docs.rs/zeroize/1.5.0/zeroize/trait.ZeroizeOnDrop.html ) .
10
10
@@ -18,5 +18,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
### Added
19
19
- Initial release.
20
20
21
- [ Unreleased ] : https://github.com/ModProg/derive-where/compare/v1.0.0-rc.1...HEAD
21
+ [ 1.0.0-rc.2 ] : https://github.com/ModProg/derive-where/compare/v1.0.0-rc.1...v1.0.0-rc.2
22
22
[ 1.0.0-rc.1 ] : https://github.com/ModProg/derive-where/releases/tag/v1.0.0-rc.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
14
14
name = " derive-where"
15
15
readme = " README.md"
16
16
repository = " https://github.com/ModProg/derive-where"
17
- rust-version = " 1.34.2 "
17
+ rust-version = " 1.34"
18
18
version = " 1.0.0-rc.2"
19
19
20
20
[lib ]
You can’t perform that action at this time.
0 commit comments