File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
8282## [ Unreleased]
8383
84+ ## [ 1.2.37] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.36...cc-v1.2.37 ) - 2025-09-12
85+
86+ ### Other
87+
88+ - Fix errmsg in RustcCodegenFlags::set_rustc_flag ([ #1551 ] ( https://github.com/rust-lang/cc-rs/pull/1551 ) )
89+ - propagate stack protector to Linux C compilers ([ #1550 ] ( https://github.com/rust-lang/cc-rs/pull/1550 ) )
90+ - Extract new fn ` run_commands_in_parallel ` ([ #1549 ] ( https://github.com/rust-lang/cc-rs/pull/1549 ) )
91+
8492## [ 1.2.30] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.29...cc-v1.2.30 ) - 2025-07-18
8593
8694### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.36 "
3+ version = " 1.2.37 "
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