We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Ztarget-spec-json
1 parent 7d594ac commit ae57849Copy full SHA for ae57849
.github/workflows/push.yaml
@@ -98,6 +98,15 @@ jobs:
98
glam-version: =0.30.7
99
# after, glam >0.30.8
100
- 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: 12762d769f7310ab88f09026ced29e4a3c4f1858
110
runs-on: ubuntu-latest
111
env:
112
RUST_LOG: debug
0 commit comments