Skip to content

Commit 8fe9881

Browse files
committed
Pin cc to <1.2.18
Work around a `cc` issue that doesn't have a fix released yet [1], which is causing CI failures for musl targets. [1]: rust-lang/cc-rs#1452
1 parent 30f03b2 commit 8fe9881

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libc-test/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ glob = "0.3.2"
2323
annotate-snippets = { version = "0.11.5", features = ["testing-colors"] }
2424

2525
[build-dependencies]
26-
cc = "1.0.83"
26+
# FIXME(cc): pinned until a fix for https://github.com/rust-lang/cc-rs/issues/1452
27+
# is released.
28+
cc = ">=1.0.83, <1.2.18"
2729
ctest = { path = "../ctest" }
2830
regex = "1.11.1"
2931

0 commit comments

Comments
 (0)