We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf6fe9 commit 324a8eaCopy full SHA for 324a8ea
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.48](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.47...cc-v1.2.48) - 2025-11-28
11
+
12
+### Other
13
14
+- Regenerate target info ([#1620](https://github.com/rust-lang/cc-rs/pull/1620))
15
16
## [1.2.47](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.46...cc-v1.2.47) - 2025-11-21
17
18
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cc"
3
-version = "1.2.47"
+version = "1.2.48"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-lang/cc-rs"
0 commit comments