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 8ed4d9f commit 116deb1Copy full SHA for 116deb1
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ 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: nightly
22
components: rustfmt, clippy
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments