We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f698b95 commit 03c5885Copy full SHA for 03c5885
1 file changed
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@v4
38
39
- name: Install arbitrary nightly toolchain
40
- uses: dtolnay/rust-toolchain@1.80
+ uses: dtolnay/rust-toolchain@master
41
with:
42
toolchain: nightly-2025-01-01
43
@@ -66,6 +66,8 @@ jobs:
66
67
- name: Install toolchain
68
uses: dtolnay/rust-toolchain@1.84
69
+ with:
70
+ components: rustfmt
71
72
- name: Check formatting
73
run: cargo fmt --all -- --check
0 commit comments