Skip to content

Commit fca7c04

Browse files
committed
add a reference link to the comment of the "cc" and "cmake".
Signed-off-by: onur-ozkan <[email protected]>
1 parent 6c90ac8 commit fca7c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ path = "src/bin/sccache-plus-cl.rs"
3333
test = false
3434

3535
[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.
36+
# Most of the time updating these dependencies requires modifications to the
37+
# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
38+
# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
3939
cc = "=1.0.73"
4040
cmake = "=0.1.48"
4141

0 commit comments

Comments
 (0)