Skip to content

Commit 03660d5

Browse files
committed
USe dtolnay/rust-toolchain instead of actions-rs/toolchain
1 parent 7212313 commit 03660d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Install Rust toolchain
17-
uses: actions-rs/toolchain@v1
17+
uses: dtolnay/rust-toolchain@stable
1818
with:
19-
profile: minimal
20-
toolchain: stable
21-
override: true
2219
components: rustfmt, clippy
2320

2421
- name: Check formatting

0 commit comments

Comments
 (0)