# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/rustc/hotfix-bootstrap.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff -Nu rustc-1.85.0-src/src/bootstrap/Cargo.toml rust-1.85.0/src/bootstrap/Cargo.toml --- rustc-1.85.0-src/src/bootstrap/Cargo.toml 2025-02-17 18:17:27.000000000 +0000 +++ rust-1.85.0/src/bootstrap/Cargo.toml 2025-02-22 22:29:29.083321273 +0000 @@ -36,7 +36,7 @@ # 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.2.0" +cc = "=1.1.22" cmake = "=0.1.48" build_helper = { path = "../build_helper" } diff -Nu rustc-1.85.0-src/src/bootstrap/Cargo.lock rust-1.85.0/src/bootstrap/Cargo.lock --- rustc-1.85.0-src/src/bootstrap/Cargo.lock 2025-02-17 18:17:27.000000000 +0000 +++ rust-1.85.0/src/bootstrap/Cargo.lock 2025-02-22 22:31:50.301318838 +0000 @@ -84,9 +84,9 @@ [[package]] name = "cc" -version = "1.2.0" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" +checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0" dependencies = [ "shlex", ]