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
81
81
82
82
## [ Unreleased]
83
83
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
+
84
92
## [ 1.2.30] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.29...cc-v1.2.30 ) - 2025-07-18
85
93
86
94
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.36 "
3
+ version = " 1.2.37 "
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