We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b8dd4 commit 157c032Copy full SHA for 157c032
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Install Rust toolchain
21
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
22
with:
23
components: clippy, rustfmt
24
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
components: rustfmt
110
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
151
152
components: clippy
153
0 commit comments