File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.44] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.43...cc-v1.2.44 ) - 2025-10-31
11+
12+ ### Other
13+
14+ - Fix debug assertion for env/abi mismatch ([ #1604 ] ( https://github.com/rust-lang/cc-rs/pull/1604 ) )
15+ - Update CHANGELOG for version 1.2.43 ([ #1602 ] ( https://github.com/rust-lang/cc-rs/pull/1602 ) )
16+ - Stop passing an invalid target to ` llvm-mingw ` 's cross-compilation wrappers ([ #1495 ] ( https://github.com/rust-lang/cc-rs/pull/1495 ) )
17+
1018## [ 1.2.43] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.42...cc-v1.2.43 ) - 2025-10-24
1119
1220### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.43 "
3+ version = " 1.2.44 "
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