summaryrefslogtreecommitdiff
path: root/src/bootstrap/Cargo.toml
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-05-01 06:35:39 +0300
committeronur-ozkan <work@onurozkan.dev>2024-05-01 06:35:39 +0300
commitfca7c0402ac5107943be79be8532639afc149af4 (patch)
treece8c950c3f87f4984eb2200232d4f566f478e8ee /src/bootstrap/Cargo.toml
parent6c90ac8d8f4489472720fce03c338cd5d0977f33 (diff)
add a reference link to the comment of the "cc" and "cmake".
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap/Cargo.toml')
-rw-r--r--src/bootstrap/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index c7a513d0890..e9675e20452 100644
--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -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"