Skip to content

Commit 0767349

Browse files
chore: release (#1668)
1 parent 268daeb commit 0767349

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.55](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.54...cc-v1.2.55) - 2026-01-30
11+
12+
### Other
13+
14+
- Regenerate target info ([#1667](https://github.com/rust-lang/cc-rs/pull/1667))
15+
- Fix RUSTFLAGS typo in test-linker-plugin-lto ([#1665](https://github.com/rust-lang/cc-rs/pull/1665))
16+
- Disable PIC for armv7-sony-vita-newlibeabihf ([#1664](https://github.com/rust-lang/cc-rs/pull/1664))
17+
1018
## [1.2.54](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.53...cc-v1.2.54) - 2026-01-23
1119

1220
### Other

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc"
3-
version = "1.2.54"
3+
version = "1.2.55"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cc-rs"
@@ -22,7 +22,7 @@ rust-version = "1.63"
2222
[dependencies]
2323
jobserver = { version = "0.1.30", default-features = false, optional = true }
2424
shlex = "1.3.0"
25-
find-msvc-tools = { version = "0.1.8", path = "find-msvc-tools" }
25+
find-msvc-tools = { version = "0.1.9", path = "find-msvc-tools" }
2626

2727
[target.'cfg(unix)'.dependencies]
2828
# Don't turn on the feature "std" for this, see https://github.com/rust-lang/cargo/issues/4866

find-msvc-tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.9](https://github.com/rust-lang/cc-rs/compare/find-msvc-tools-v0.1.8...find-msvc-tools-v0.1.9) - 2026-01-30
11+
12+
### Other
13+
14+
- Add `find_windows_sdk` API ([#1663](https://github.com/rust-lang/cc-rs/pull/1663))
15+
1016
## [0.1.8](https://github.com/rust-lang/cc-rs/compare/find-msvc-tools-v0.1.7...find-msvc-tools-v0.1.8) - 2026-01-16
1117

1218
### Other

find-msvc-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "find-msvc-tools"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cc-rs"

0 commit comments

Comments
 (0)