We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e6447 commit 040af8aCopy full SHA for 040af8a
.github/workflows/lint.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: dtolnay/rust-toolchain@stable
28
with:
29
components: rustfmt, clippy
30
+ toolchain: 1.85.0
31
32
- name: Set up Clang
33
uses: egor-tensin/setup-clang@v1
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.82.0"
+channel = "1.85.0"
0 commit comments