File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.0.3] - 2024-08-30
6+ - Soft-deprecate this crate.
7+
58## [ 1.0.2] - 2021-08-21
69- Fix "trailing semicolon" warning for ` let ` statements with multiple patterns.
710
1922## [ 0.1.2] - 2017-02-17
2023- Support ` no_std ` .
2124
22- [ Unreleased ] : https://github.com/lfairy/if_chain/compare/v1.0.2...HEAD
25+ [ Unreleased ] : https://github.com/lfairy/if_chain/compare/v1.0.3...HEAD
26+ [ 1.0.3 ] : https://github.com/lfairy/if_chain/compare/v1.0.2...v1.0.3
2327[ 1.0.2 ] : https://github.com/lfairy/if_chain/compare/v1.0.1...v1.0.2
2428[ 1.0.1 ] : https://github.com/lfairy/if_chain/compare/v1.0.0...v1.0.1
2529[ 1.0.0 ] : https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0
Original file line number Diff line number Diff line change 11[package ]
22
33name = " if_chain"
4- version = " 1.0.2 "
4+ version = " 1.0.3 "
55authors = [" Chris Wong <lambda.fairy@gmail.com>" ]
66
77license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments