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