File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.2.2] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.1...cc-v1.2.2 ) - 2024-11-29
10+
11+ ### Other
12+
13+ - Inherit flags from rustc ([ #1279 ] ( https://github.com/rust-lang/cc-rs/pull/1279 ) )
14+ - Add support for using sccache wrapper with cuda/nvcc ([ #1304 ] ( https://github.com/rust-lang/cc-rs/pull/1304 ) )
15+ - Fix msvc stdout not shown on error ([ #1303 ] ( https://github.com/rust-lang/cc-rs/pull/1303 ) )
16+ - Regenerate target info ([ #1301 ] ( https://github.com/rust-lang/cc-rs/pull/1301 ) )
17+ - Fix compilation of C++ code for armv7-unknown-linux-gnueabihf ([ #1298 ] ( https://github.com/rust-lang/cc-rs/pull/1298 ) )
18+ - Fetch target info from Cargo even if ` Build::target ` is manually set ([ #1299 ] ( https://github.com/rust-lang/cc-rs/pull/1299 ) )
19+ - Fix two files with different extensions having the same object name ([ #1295 ] ( https://github.com/rust-lang/cc-rs/pull/1295 ) )
20+ - Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE ([ #1292 ] ( https://github.com/rust-lang/cc-rs/pull/1292 ) )
21+ - Regenerate target info ([ #1293 ] ( https://github.com/rust-lang/cc-rs/pull/1293 ) )
22+
923## [ 1.2.1] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.0...cc-v1.2.1 ) - 2024-11-14
1024
1125### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.1 "
3+ version = " 1.2.2 "
44authors = [
" Alex Crichton <[email protected] >" ]
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