From 9a2a68534b90329f7be217ff51f5912c41f874c3 Mon Sep 17 00:00:00 2001 From: firestar99 Date: Fri, 10 Apr 2026 15:28:58 +0200 Subject: [PATCH] ci: fix cargo-gpu-backwards-compat failure due to indexmap@2 crate update --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28f6a2c991..50f2b12abd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -253,8 +253,9 @@ jobs: # just after target specs v2 refactor, we updated to rustc 1.85 and needed to change them again # before - - rust-gpu-version: a547c6e45266d613d9fec673e869d7a96181e47b - glam-version: =0.30.7 + # * fails: indexmap-2.14.0 requires edition 2024, not yet stabilized on this toolchain + # - rust-gpu-version: a547c6e45266d613d9fec673e869d7a96181e47b + # glam-version: =0.30.7 # after - rust-gpu-version: 2326b87fe1542eeb898065e36ac949307b55386d glam-version: =0.30.7