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 9afaddd commit 4ae6ceaCopy full SHA for 4ae6cea
.github/workflows/ci.yml
@@ -16,9 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Install Rust
19
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
20
with:
21
- toolchain: stable
22
components: clippy, rustfmt
23
24
- name: Cache cargo
.github/workflows/release.yml
@@ -28,9 +28,8 @@ jobs:
28
29
30
31
32
33
34
targets: ${{ matrix.target }}
35
36
- name: Build
0 commit comments