File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.35] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.34...cc-v1.2.35 ) - 2025-09-01
11
+
12
+ ### Fixed
13
+
14
+ - fix building for aarch64-apple-visionos-sim on nightly ([ #1534 ] ( https://github.com/rust-lang/cc-rs/pull/1534 ) )
15
+ - fix tests apple_sdkroot_wrong ([ #1530 ] ( https://github.com/rust-lang/cc-rs/pull/1530 ) )
16
+
17
+ ### Other
18
+
19
+ - Regenerate target info ([ #1536 ] ( https://github.com/rust-lang/cc-rs/pull/1536 ) )
20
+ - Optimize Tool::to_command ([ #1535 ] ( https://github.com/rust-lang/cc-rs/pull/1535 ) )
21
+ - Extract find-msvc-tools ([ #1531 ] ( https://github.com/rust-lang/cc-rs/pull/1531 ) )
22
+ - Add prefer_clang_cl_over_msvc ([ #1516 ] ( https://github.com/rust-lang/cc-rs/pull/1516 ) )
23
+
10
24
## [ 1.2.34] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.33...cc-v1.2.34 ) - 2025-08-22
11
25
12
26
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.34 "
3
+ version = " 1.2.35 "
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