File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
8282## [ Unreleased]
8383
84+ ## [ 1.2.39] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.38...cc-v1.2.39 ) - 2025-09-26
85+
86+ ### Other
87+
88+ - Fix cross compilation to xtensa-esp32s3-espidf ([ #1569 ] ( https://github.com/rust-lang/cc-rs/pull/1569 ) )
89+ - Fix autodetect_wasi_compiler: support non utf-8 path ([ #1568 ] ( https://github.com/rust-lang/cc-rs/pull/1568 ) )
90+ - Regenerate target info ([ #1567 ] ( https://github.com/rust-lang/cc-rs/pull/1567 ) )
91+ - Fix rustcflags mapping: require -Clinker-plugin-lto for -flto ([ #1564 ] ( https://github.com/rust-lang/cc-rs/pull/1564 ) )
92+ - Use ` $WASI_SDK_PATH ` on WASI targets by default ([ #1562 ] ( https://github.com/rust-lang/cc-rs/pull/1562 ) )
93+ - Fix atomicity violations in concurrent cache operations ([ #1559 ] ( https://github.com/rust-lang/cc-rs/pull/1559 ) )
94+
8495## [ 1.2.38] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.37...cc-v1.2.38 ) - 2025-09-19
8596
8697### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.38 "
3+ version = " 1.2.39 "
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