File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.4] ( https://github.com/rust-lang/cfg-if/compare/v1.0.3...v1.0.4 ) - 2025-09-15
11+
12+ ### Other
13+
14+ - Set and test a MSRV of 1.32
15+ - Set ` -Dwarnings ` via CI env rather than ` cfg `
16+ - Have a single top-level rule.
17+ - Document and test for a subtle case.
18+
1019## [ 1.0.3] ( https://github.com/rust-lang/cfg-if/compare/v1.0.2...v1.0.3 ) - 2025-08-19
1120
1221- Revert "Remove ` @__identity ` rule."
Original file line number Diff line number Diff line change 11[package ]
22name = " cfg-if"
3- version = " 1.0.3 "
3+ version = " 1.0.4 "
44authors = [
" Alex Crichton <[email protected] >" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments