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
81
81
82
82
## [ Unreleased]
83
83
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
+
84
95
## [ 1.2.38] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.37...cc-v1.2.38 ) - 2025-09-19
85
96
86
97
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.38 "
3
+ version = " 1.2.39 "
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