File tree 2 files changed +15
-1
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
23
## [ 1.2.1] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.0...cc-v1.2.1 ) - 2024-11-14
10
24
11
25
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc"
3
- version = " 1.2.1 "
3
+ version = " 1.2.2 "
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
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