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 4f63785 commit 83a0ba7Copy full SHA for 83a0ba7
2 files changed
.github/workflows/build.yml
@@ -14,9 +14,8 @@ jobs:
14
- uses: actions/checkout@v3
15
16
- name: Stable with rustfmt and clippy
17
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@stable
18
with:
19
- profile: minimal
20
toolchain: stable
21
components: rustfmt, clippy
22
.github/workflows/release.yml
0 commit comments