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.
2 parents ee294db + 3d10dce commit dee70ddCopy full SHA for dee70dd
.github/workflows/ci.yml
@@ -23,12 +23,10 @@ jobs:
23
- beta
24
- nightly
25
steps:
26
- - uses: actions/checkout@v2
27
- - uses: actions-rs/toolchain@v1
+ - uses: actions/checkout@v4
+ - uses: dtolnay/rust-toolchain@master
28
with:
29
toolchain: ${{ matrix.rust }}
30
- default: true
31
- profile: minimal
32
- run: rustup component add rustfmt-preview
33
- name: cargo fmt --all -- --check if stable
34
run: |
0 commit comments