Skip to content

Commit

Permalink
Unrolled build for rust-lang#124573
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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.
  • Loading branch information
rust-timer authored May 4, 2024
2 parents d568423 + fca7c04 commit 20651a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ path = "src/bin/sccache-plus-cl.rs"
test = false

[dependencies]
# Most of the time updating these dependencies requires modifications
# to the bootstrap codebase; otherwise, some targets will fail. That's
# 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.
cc = "=1.0.73"
cmake = "=0.1.48"

Expand Down

0 comments on commit 20651a7

Please sign in to comment.