We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962911b commit 5335c8bCopy full SHA for 5335c8b
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Check clippy lints
45
run: cargo clippy -- -D warnings -A clippy::result_large_err
46
47
- - uses: cocogitto/cocogitto-action@v3.8
+ - uses: cocogitto/cocogitto-action@v3.11
48
with:
49
check-latest-tag-only: true
50
git-user: glsl-lang
@@ -159,7 +159,7 @@ jobs:
159
&& cargo-workspaces -V
160
)
161
162
163
id: release
164
# Set to true because the action fails if there's nothing to release
165
continue-on-error: true
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "1.82.0"
+channel = "1.88.0"
3
components = ["rustfmt", "clippy"]
4
profile = "minimal"
0 commit comments