Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading