File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9+ ## [ 1.2.18] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.17...cc-v1.2.18 ) - 2025-04-04
10+
11+ ### Other
12+
13+ - Regenerate target info ([ #1450 ] ( https://github.com/rust-lang/cc-rs/pull/1450 ) )
14+ - Use ` std::thread::available_parallelism ` for determining the default number of jobs ([ #1447 ] ( https://github.com/rust-lang/cc-rs/pull/1447 ) )
15+ - Fix mips64-openwrt-linux-musl parsing ([ #1449 ] ( https://github.com/rust-lang/cc-rs/pull/1449 ) )
16+ - Use compiler prefix ` x86_64-linux-musl ` ([ #1443 ] ( https://github.com/rust-lang/cc-rs/pull/1443 ) )
17+
918## [ 1.2.17] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17 ) - 2025-03-21
1019
1120### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.17 "
3+ version = " 1.2.18 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
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