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 @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.49] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.48...cc-v1.2.49 ) - 2025-12-06
11+
12+ ### Other
13+
14+ - Fix run_output to prevent infinite blocking ([ #1627 ] ( https://github.com/rust-lang/cc-rs/pull/1627 ) )
15+ - Fix detect_family deadlock ([ #1626 ] ( https://github.com/rust-lang/cc-rs/pull/1626 ) )
16+ - Fix link in new debug_str doc comment ([ #1625 ] ( https://github.com/rust-lang/cc-rs/pull/1625 ) )
17+ - Support more of Cargo's debug levels with Build::debug_str ([ #1624 ] ( https://github.com/rust-lang/cc-rs/pull/1624 ) )
18+
1019## [ 1.2.48] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.47...cc-v1.2.48 ) - 2025-11-28
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.48 "
3+ version = " 1.2.49 "
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