From 988092e9ff6882b19164e472d9a1b0b683129630 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 19 Aug 2025 18:56:35 +0000 Subject: [PATCH] Remove the std workspace patch for `compiler-builtins` All dependencies of `std` have dropped the crates.io dependency on `compiler-builtins`, so this patch is no longer needed. Closes: RUST-142265 --- library/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Cargo.toml b/library/Cargo.toml index a79c17fc4f7e3..e30e624094285 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -59,4 +59,3 @@ rustflags = ["-Cpanic=abort"] rustc-std-workspace-core = { path = 'rustc-std-workspace-core' } rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' } rustc-std-workspace-std = { path = 'rustc-std-workspace-std' } -compiler_builtins = { path = "compiler-builtins/compiler-builtins" }