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 f80833c + 8835b3b commit 24b1259Copy full SHA for 24b1259
libc-test/Cargo.toml
@@ -23,9 +23,7 @@ glob = "0.3.2"
23
annotate-snippets = { version = "0.11.5", features = ["testing-colors"] }
24
25
[build-dependencies]
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"
+cc = "1.0.83"
29
ctest = { path = "../ctest" }
30
regex = "1.11.1"
31
0 commit comments