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 c192a4b commit 6c10b57Copy full SHA for 6c10b57
.github/workflows/ci.yaml
@@ -18,11 +18,8 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
- name: Install rust toolchain
21
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@stable
22
with:
23
- profile: minimal
24
- toolchain: stable
25
- override: true
26
components: rustfmt, clippy
27
- name: Set up cargo cache
28
uses: Swatinem/rust-cache@v2
0 commit comments