Skip to content

Commit 04e3a2a

Browse files
committed
CI: switch to dtolnay/rust-toolchain
1 parent ef67b32 commit 04e3a2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Install Rust
24-
uses: actions-rs/toolchain@v1
24+
uses: dtolnay/rust-toolchain@master
2525
with:
2626
toolchain: ${{ matrix.rust }}
27-
profile: minimal
28-
override: true
2927
components: rustfmt, clippy
3028

3129
- name: Check formatting

0 commit comments

Comments
 (0)