Skip to content

Commit 3c1325b

Browse files
chore: release v1.2.16 (#1427)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9131f33 commit 3c1325b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc"
3-
version = "1.2.15"
3+
version = "1.2.16"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cc-rs"

0 commit comments

Comments
 (0)