From d55cd821b6bfb1bbbbf6c8f63f95129b23c8f384 Mon Sep 17 00:00:00 2001 From: Rong Bao Date: Tue, 31 Mar 2026 15:36:12 +0800 Subject: [PATCH] Include build/rust/known-target-triples.txt in Cargo.toml Fixes: #1949 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 50fe81aac2..8d1420751f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,7 @@ exclude = [ # These files are required for the build. "!.gn", "!BUILD.gn", + "!build/rust/known-target-triples.txt", "!tools/clang/scripts/update.py", "!tools/win/DebugVisualizers", "!v8/test/torque/test-torque.tq",