File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.50] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.49...cc-v1.2.50 ) - 2025-12-19
11+
12+ ### Other
13+
14+ - Add tests for ` OUT_DIR ` escape for '..' file paths (#1631 )
15+ - Fix #283 : Make warnings(false) actually suppress compiler warnings ([ #1633 ] ( https://github.com/rust-lang/cc-rs/pull/1633 ) )
16+
1017## [ 1.2.49] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.48...cc-v1.2.49 ) - 2025-12-06
1118
1219### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.49 "
3+ version = " 1.2.50 "
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