File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.41] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.40...cc-v1.2.41 ) - 2025-10-10
11+
12+ ### Other
13+
14+ - Allow using VCToolsVersion to request a specific msvc version ([ #1589 ] ( https://github.com/rust-lang/cc-rs/pull/1589 ) )
15+ - Regenerate target info ([ #1592 ] ( https://github.com/rust-lang/cc-rs/pull/1592 ) )
16+ - Regenerate windows sys bindings ([ #1591 ] ( https://github.com/rust-lang/cc-rs/pull/1591 ) )
17+ - Update windows-bindgen requirement from 0.64 to 0.65 ([ #1590 ] ( https://github.com/rust-lang/cc-rs/pull/1590 ) )
18+ - Fix ` get_base_archiver_variant ` for clang-cl: use ` --print-search-dirs ` ([ #1587 ] ( https://github.com/rust-lang/cc-rs/pull/1587 ) )
19+
1020## [ 1.2.40] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.39...cc-v1.2.40 ) - 2025-10-03
1121
1222### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.40 "
3+ version = " 1.2.41 "
44authors = [
" Alex Crichton <[email protected] >" ]
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.3 " , path = " find-msvc-tools" }
25+ find-msvc-tools = { version = " 0.1.4 " , 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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.4] ( https://github.com/rust-lang/cc-rs/compare/find-msvc-tools-v0.1.3...find-msvc-tools-v0.1.4 ) - 2025-10-10
11+
12+ ### Other
13+
14+ - Allow using VCToolsVersion to request a specific msvc version ([ #1589 ] ( https://github.com/rust-lang/cc-rs/pull/1589 ) )
15+ - Regenerate windows sys bindings ([ #1591 ] ( https://github.com/rust-lang/cc-rs/pull/1591 ) )
16+
1017## [ 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
1118
1219### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " find-msvc-tools"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
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