Skip to content

Commit 67442f4

Browse files
authored
Merge pull request #4385 from tgross35/pin-cc
Pin cc to `<1.2.18`
2 parents 30f03b2 + 8fe9881 commit 67442f4

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)