File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.2.16] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.15...cc-v1.2.16 ) - 2025-02-28
10+
11+ ### Fixed
12+
13+ - force windows compiler to run in ` out_dir ` to prevent artifacts in cwd (#1415 )
14+
15+ ### Other
16+
17+ - use ` /arch:SSE2 ` for ` x86 ` target arch (#1425 )
18+ - Regenerate windows-sys binding ([ #1422 ] ( https://github.com/rust-lang/cc-rs/pull/1422 ) )
19+ - Regenerate target info ([ #1418 ] ( https://github.com/rust-lang/cc-rs/pull/1418 ) )
20+ - Add LIB var when compiling flag_check (#1417 )
21+ - Change flag ordering ([ #1403 ] ( https://github.com/rust-lang/cc-rs/pull/1403 ) )
22+ - Fix archiver detection for musl cross compilation ([ #1404 ] ( https://github.com/rust-lang/cc-rs/pull/1404 ) )
23+
924## [ 1.2.15] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.14...cc-v1.2.15 ) - 2025-02-21
1025
1126### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.15 "
3+ version = " 1.2.16 "
44authors = [
" Alex Crichton <[email protected] >" ]
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