File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ 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-14
10
+
11
+ ### Other
12
+
13
+ - Parse ` rustc ` target names ([ #1413 ] ( https://github.com/rust-lang/cc-rs/pull/1413 ) )
14
+ - Regenerate target info ([ #1429 ] ( https://github.com/rust-lang/cc-rs/pull/1429 ) )
15
+ - Added base support for ` wasm32-wali-linux-musl ` target ([ #1373 ] ( https://github.com/rust-lang/cc-rs/pull/1373 ) )
16
+
9
17
## [ 1.2.16] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.15...cc-v1.2.16 ) - 2025-02-28
10
18
11
19
### 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 <[email protected] >" ]
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