We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43a5e3f + fca7c04 commit bad5382Copy full SHA for bad5382
src/bootstrap/Cargo.toml
@@ -33,9 +33,9 @@ path = "src/bin/sccache-plus-cl.rs"
33
test = false
34
35
[dependencies]
36
-# Most of the time updating these dependencies requires modifications
37
-# to the bootstrap codebase; otherwise, some targets will fail. That's
38
-# why these dependencies are explicitly pinned.
+# Most of the time updating these dependencies requires modifications to the
+# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
+# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
39
cc = "=1.0.73"
40
cmake = "=0.1.48"
41
0 commit comments