File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.2.31] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.30...cc-v1.2.31 ) - 2025-08-01
11+
12+ ### Other
13+
14+ - Add doc for using sccache/ccache etc ([ #1502 ] ( https://github.com/rust-lang/cc-rs/pull/1502 ) )
15+ - ability to statically link against C++ stdlib ([ #1497 ] ( https://github.com/rust-lang/cc-rs/pull/1497 ) )
16+ - Add instructions on using sccache ([ #1503 ] ( https://github.com/rust-lang/cc-rs/pull/1503 ) )
17+ - Add support for recognizing some architectures supported by GCC, but not LLVM. ([ #1500 ] ( https://github.com/rust-lang/cc-rs/pull/1500 ) )
18+ # Changelog
219All notable changes to this project will be documented in this file.
320
421The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.2.30 "
3+ version = " 1.2.31 "
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