Skip to content

Commit bad5382

Browse files
authored
Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-Simulacrum
add a reference link to the comment of the "cc" and "cmake". Having a reference link provides more context for the problems of bumping cc and cmake.
2 parents 43a5e3f + fca7c04 commit bad5382

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)