We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef8e9f commit 7181e1fCopy full SHA for 7181e1f
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
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
+- Have a single top-level rule.
15
+- Document and test for a subtle case.
16
17
## [1.0.3](https://github.com/rust-lang/cfg-if/compare/v1.0.2...v1.0.3) - 2025-08-19
18
19
- Revert "Remove `@__identity` rule."
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cfg-if"
3
-version = "1.0.3"
+version = "1.0.4"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
0 commit comments