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.2.33] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.32...cc-v1.2.33 ) - 2025-08-15
11
+
12
+ ### Other
13
+
14
+ - Regenerate target info ([ #1521 ] ( https://github.com/rust-lang/cc-rs/pull/1521 ) )
15
+ - [ win] [ arm64ec ] Add testing for Arm64EC Windows ([ #1512 ] ( https://github.com/rust-lang/cc-rs/pull/1512 ) )
16
+ - Fix parsing of nigthly targets ([ #1517 ] ( https://github.com/rust-lang/cc-rs/pull/1517 ) )
17
+ - [ win] [ arm64ec ] Fix finding assembler and setting is_arm for Arm64EC ([ #1511 ] ( https://github.com/rust-lang/cc-rs/pull/1511 ) )
18
+
10
19
## [ 1.2.32] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.31...cc-v1.2.32 ) - 2025-08-08
11
20
12
21
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.32 "
3
+ version = " 1.2.33 "
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/rust-lang/cc-rs"
You can’t perform that action at this time.
0 commit comments