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.
2 parents 30f03b2 + 8fe9881 commit 67442f4Copy full SHA for 67442f4
libc-test/Cargo.toml
@@ -23,7 +23,9 @@ glob = "0.3.2"
23
annotate-snippets = { version = "0.11.5", features = ["testing-colors"] }
24
25
[build-dependencies]
26
-cc = "1.0.83"
+# 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"
29
ctest = { path = "../ctest" }
30
regex = "1.11.1"
31
0 commit comments