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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
19
## [ 1.0.3] ( https://github.com/rust-lang/cfg-if/compare/v1.0.2...v1.0.3 ) - 2025-08-19
11
20
12
21
- Revert "Remove ` @__identity ` rule."
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cfg-if"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments