From 826df27994156b8c8a0700fa972f1839298d0250 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 5 Dec 2023 16:15:47 -0800 Subject: [PATCH] CI: Remove unneeded workaround for no-longer-supported Rust version --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00aa4612..7d86e1e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,11 +136,6 @@ jobs: - beta - exclude: - # 1.46.0 doesn't support `-Clink-self-contained`. - - target: x86_64-unknown-linux-musl - rust_channel: 1.46.0 - include: - target: aarch64-pc-windows-msvc host_os: windows-latest