File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.17] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17 ) - 2025-03-21
10
+
11
+ ### Other
12
+
13
+ - Regenerate target info ([ #1439 ] ( https://github.com/rust-lang/cc-rs/pull/1439 ) )
14
+ - Regenerate windows sys bindings ([ #1437 ] ( https://github.com/rust-lang/cc-rs/pull/1437 ) )
15
+ - Fix wasm32-wali-linux-musl target parsing ([ #1434 ] ( https://github.com/rust-lang/cc-rs/pull/1434 ) )
16
+ - Parse ` rustc ` target names ([ #1413 ] ( https://github.com/rust-lang/cc-rs/pull/1413 ) )
17
+ - Regenerate target info ([ #1429 ] ( https://github.com/rust-lang/cc-rs/pull/1429 ) )
18
+ - Added base support for ` wasm32-wali-linux-musl ` target ([ #1373 ] ( https://github.com/rust-lang/cc-rs/pull/1373 ) )
19
+
9
20
## [ 1.2.16] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.15...cc-v1.2.16 ) - 2025-02-28
10
21
11
22
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.16 "
3
+ version = " 1.2.17 "
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