We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4428a05 commit 333d311Copy full SHA for 333d311
library/profiler_builtins/Cargo.toml
@@ -13,4 +13,6 @@ core = { path = "../core" }
13
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
14
15
[build-dependencies]
16
-cc = "1.0.97"
+# FIXME: updates past a certain point haven't been able to merge successfully.
17
+# See rust-lang/rust#130720.
18
+cc = "=1.0.99"
0 commit comments