Commit 3c1325b 1 parent 9131f33 commit 3c1325b Copy full SHA for 3c1325b
File tree 2 files changed +16
-1
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
24
## [ 1.2.15] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.14...cc-v1.2.15 ) - 2025-02-21
10
25
11
26
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.15 "
3
+ version = " 1.2.16 "
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
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