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 97739b8 commit 6e21c8bCopy full SHA for 6e21c8b
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.2](https://github.com/rust-lang/cfg-if/compare/v1.0.1...v1.0.2) - 2025-08-19
11
+
12
+### Other
13
14
+- Fix some ugly and inconsistent formatting.
15
+- Remove `@__identity` rule.
16
+- Bump actions/checkout from 4 to 5
17
18
## [1.0.1](https://github.com/rust-lang/cfg-if/compare/v1.0.0...v1.0.1) - 2025-06-09
19
20
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cfg-if"
3
-version = "1.0.1"
+version = "1.0.2"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
0 commit comments