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.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
+
9
18
## [ 1.2.17] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17 ) - 2025-03-21
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.17 "
3
+ version = " 1.2.18 "
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