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 8586803 commit 0c30f11Copy full SHA for 0c30f11
.github/workflows/build-test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v2
20
- - uses: dtolnay/toolchain@stable
+ - uses: dtolnay/rust-toolchain@stable
21
with:
22
toolchain: stable
23
components: rustfmt, clippy
0 commit comments