File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.32] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.31...cc-v1.2.32 ) - 2025-08-08
11
+
12
+ ### Fixed
13
+
14
+ - fix new clippy lint introduced in rust 1.89.0 ([ #1509 ] ( https://github.com/rust-lang/cc-rs/pull/1509 ) )
15
+
16
+ ### Other
17
+
18
+ - clarify cargo default if no rerun emitted ([ #1508 ] ( https://github.com/rust-lang/cc-rs/pull/1508 ) )
19
+ - extract compile_objects_sequential ([ #1507 ] ( https://github.com/rust-lang/cc-rs/pull/1507 ) )
20
+ - Windows ` find_tools ` : add support for finding Clang ([ #1506 ] ( https://github.com/rust-lang/cc-rs/pull/1506 ) )
21
+ - Add m68k-unknown-linux-gnu cross-compile target ([ #1505 ] ( https://github.com/rust-lang/cc-rs/pull/1505 ) )
22
+
10
23
## [ 1.2.31] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.30...cc-v1.2.31 ) - 2025-08-01
11
24
12
25
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.31 "
3
+ version = " 1.2.32 "
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