From 856d2bbd25cc34ba29898c5a3cc5080a21a327f7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 17 Dec 2025 20:20:18 +0100 Subject: [PATCH] don't release aarch64-pc-windows-msvc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fails with running rustup to ensure you have aarch64-pc-windows-msvc installed info: component 'rust-std' for target 'aarch64-pc-windows-msvc' is up to date building aarch64-pc-windows-msvc target, from x86_64-unknown-linux-gnu host, via cargo-xwin, using cargo profile dist --workspace) ⏬ Downloading MSVC CRT... ✅ Downloaded MSVC CRT in 1m 13s. error: rustc 1.87.0 is not supported by the following packages: sed@0.1.1 requires rustc 1.88 sed@0.1.1 requires rustc 1.88 sed@0.1.1 requires rustc 1.88 sed@0.1.1 requires rustc 1.88 sysinfo@0.37.2 requires rustc 1.88 × failed to find bin sed.exe for path+file:///__w/sed/sed#0.1.1 help: did the above build fail? --- dist-workspace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 116febb..45fde80 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -10,7 +10,7 @@ ci = "github" # The installers to generate for each app installers = [] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] # Which actions to run on pull requests pr-run-mode = "plan" # Allow dirty workflows to ignore out-of-date contents