File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.40] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.39...cc-v1.2.40 ) - 2025-10-03
11
+
12
+ ### Other
13
+
14
+ - Reorder changelog and remove duplicate Unreleased section ([ #1579 ] ( https://github.com/rust-lang/cc-rs/pull/1579 ) )
15
+ - Prefer clang if linker-plugin-lto specified ([ #1573 ] ( https://github.com/rust-lang/cc-rs/pull/1573 ) )
16
+ - Fix building for Mac Catalyst ([ #1577 ] ( https://github.com/rust-lang/cc-rs/pull/1577 ) )
17
+ - Improve ESP microcontroller targets ([ #1574 ] ( https://github.com/rust-lang/cc-rs/pull/1574 ) )
18
+
10
19
## [ 1.2.39] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.38...cc-v1.2.39 ) - 2025-09-26
11
20
12
21
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.39 "
3
+ version = " 1.2.40 "
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"
@@ -22,7 +22,7 @@ rust-version = "1.63"
22
22
[dependencies ]
23
23
jobserver = { version = " 0.1.30" , default-features = false , optional = true }
24
24
shlex = " 1.3.0"
25
- find-msvc-tools = { version = " 0.1.2 " , path = " find-msvc-tools" }
25
+ find-msvc-tools = { version = " 0.1.3 " , path = " find-msvc-tools" }
26
26
27
27
[target .'cfg(unix)' .dependencies ]
28
28
# Don't turn on the feature "std" for this, see https://github.com/rust-lang/cargo/issues/4866
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.3] ( https://github.com/rust-lang/cc-rs/compare/find-msvc-tools-v0.1.2...find-msvc-tools-v0.1.3 ) - 2025-10-03
11
+
12
+ ### Other
13
+
14
+ - Regenerate windows sys bindings ([ #1572 ] ( https://github.com/rust-lang/cc-rs/pull/1572 ) )
15
+
10
16
## [ 0.1.2] ( https://github.com/rust-lang/cc-rs/compare/find-msvc-tools-v0.1.1...find-msvc-tools-v0.1.2 ) - 2025-09-19
11
17
12
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " find-msvc-tools"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
edition = " 2018"
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