Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 73e961c

Browse files
committed
REPLACE REV: ci: add revs testing rustc 1.94.0 -Ztarget-spec-json requirement
1 parent 2f2daf0 commit 73e961c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/push.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ jobs:
9898
glam-version: =0.30.7
9999
# after, glam >0.30.8
100100
- rust-gpu-version: e767f24f2565baf1a71bbaf84d453d181cab2417
101+
102+
# rustc 1.94.0 destabilised json target specs, requiring `-Ztarget-spec-json`
103+
# see https://github.com/Rust-GPU/rust-gpu/pull/545
104+
# see https://github.com/rust-lang/rust/pull/150151
105+
# before
106+
- rust-gpu-version: 30896871ba00e668029ccb724f1438202b284708
107+
# after
108+
# TODO: PRELIMINARY
109+
- rust-gpu-version: 99993ee283aa2b4f0db278ebd3dfb2f1ea5d0a04
101110
runs-on: ubuntu-latest
102111
env:
103112
RUST_LOG: debug

0 commit comments

Comments
 (0)