We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.8.0
1 parent 7016069 commit af070ffCopy full SHA for af070ff
1 file changed
.github/workflows/push.yaml
@@ -52,8 +52,10 @@ jobs:
52
# """
53
# It's probably easily fixable. But also `0.7.0` was released in April 2023, so there's
54
# unlikely many users of it?
55
- - rust-gpu-version: 0.8.0
56
- glam-version: 0.24.2
+
+ # 0.8.0 started failing as well due to `zmij v1.0.20` requiring rustc 1.71 or newer
57
+# - rust-gpu-version: 0.8.0
58
+# glam-version: 0.24.2
59
- rust-gpu-version: 0.9.0
60
glam-version: 0.24.2
61
0 commit comments