File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
8282## [ Unreleased]
8383
84+ ## [ 1.2.38] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.37...cc-v1.2.38 ) - 2025-09-19
85+
86+ ### Other
87+
88+ - updated the following local packages: find-msvc-tools
89+
8490## [ 1.2.37] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.36...cc-v1.2.37 ) - 2025-09-12
8591
8692### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.37 "
3+ version = " 1.2.38 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/rust-lang/cc-rs"
@@ -22,7 +22,7 @@ rust-version = "1.63"
2222[dependencies ]
2323jobserver = { version = " 0.1.30" , default-features = false , optional = true }
2424shlex = " 1.3.0"
25- find-msvc-tools = { version = " 0.1.1 " , path = " find-msvc-tools" }
25+ find-msvc-tools = { version = " 0.1.2 " , path = " find-msvc-tools" }
2626
2727[target .'cfg(unix)' .dependencies ]
2828# 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
77
88## [ Unreleased]
99
10+ ## [ 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+
12+ ### Other
13+
14+ - [ win] Search the Windows SDK for tools as well ([ #1553 ] ( https://github.com/rust-lang/cc-rs/pull/1553 ) )
15+
1016## [ 0.1.1] ( https://github.com/rust-lang/cc-rs/compare/find-msvc-tools-v0.1.0...find-msvc-tools-v0.1.1 ) - 2025-09-05
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " find-msvc-tools"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2018"
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