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
77
88## [ Unreleased]
99
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+
1023## [ 1.2.31] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.30...cc-v1.2.31 ) - 2025-08-01
1124
1225### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.31 "
3+ version = " 1.2.32 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/rust-lang/cc-rs"
You can’t perform that action at this time.
0 commit comments