We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c63c commit 3c1dc23Copy full SHA for 3c1dc23
.github/workflows/check.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions-rs/toolchain@v1
21
with:
22
profile: minimal
23
- toolchain: 1.78.0
+ toolchain: stable
24
components: rustfmt, clippy
25
override: true
26
- name: Check ✅
0 commit comments