Skip to content

Commit c594b48

Browse files
committed
Downgrade required cc version to match rustc
rustc_llvm pins the cc dependency to a specific version as cc changes frequently cause breakage for rustc. Because psm uses a newer cc version, it is impossible to update psm and by extension stacker.
1 parent eab5cfc commit c594b48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ features = [
4343

4444

4545
[build-dependencies]
46-
cc = "1.2.33"
46+
cc = "1.2.16"

psm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ readme = "README.mkd"
1515

1616
[build-dependencies]
1717
ar_archive_writer = "0.5.0"
18-
cc = "1.2.33"
18+
cc = "1.2.16"

0 commit comments

Comments
 (0)