File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.2.7] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.6...cc-v1.2.7 ) - 2025-01-03
10+
11+ ### Other
12+
13+ - Regenerate target info ([ #1342 ] ( https://github.com/rust-lang/cc-rs/pull/1342 ) )
14+ - Document new supported architecture names in windows::find
15+ - Make is_flag_supported_inner take an &Tool ([ #1337 ] ( https://github.com/rust-lang/cc-rs/pull/1337 ) )
16+ - Fix is_flag_supported on msvc ([ #1336 ] ( https://github.com/rust-lang/cc-rs/pull/1336 ) )
17+ - Allow using Visual Studio target names in ` find_tool ` ([ #1335 ] ( https://github.com/rust-lang/cc-rs/pull/1335 ) )
18+
919## [ 1.2.6] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.5...cc-v1.2.6 ) - 2024-12-27
1020
1121### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.6 "
3+ version = " 1.2.7 "
44authors = [
" Alex Crichton <[email protected] >" ]
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