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 e1c5522 commit 75382e3Copy full SHA for 75382e3
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: actions-rs/[email protected]
22
with:
23
- toolchain: stable
+ toolchain: nightly
24
components: clippy rustfmt
25
- run: cargo clippy -- -D warnings
26
- run: cargo fmt --all -- --check
0 commit comments