Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ jobs:
# 0.8.0 started failing as well due to `zmij v1.0.20` requiring rustc 1.71 or newer
# - rust-gpu-version: 0.8.0
# glam-version: 0.24.2
- rust-gpu-version: 0.9.0
glam-version: 0.24.2
# 0.9.0 started failing due to `jobserver v0.1.35` requiring rustc 1.85 or newer
# - rust-gpu-version: 0.9.0
# glam-version: 0.24.2

# target spec introduction
# last version before
Expand All @@ -253,9 +254,10 @@ jobs:
# - rust-gpu-version: bbb61f58b3d24f3f64745050eb214b90bf6dcce9
# glam-version: 0.30.7

# also started failing due to `jobserver v0.1.35` requiring rustc 1.85 or newer
# testing rustc 1.79.0, 1.5 months later
- rust-gpu-version: eea8998df9dc2fd8e7a65c5b5b7ae20c238a665a
glam-version: 0.29.3
# - rust-gpu-version: eea8998df9dc2fd8e7a65c5b5b7ae20c238a665a
# glam-version: 0.29.3

# just after target specs v2 refactor, we updated to rustc 1.85 and needed to change them again
# before
Expand Down
92 changes: 26 additions & 66 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading