Skip to content

Commit 83a0ba7

Browse files
authored
replace rust toolchain (#83)
1 parent 4f63785 commit 83a0ba7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

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

1616
- name: Stable with rustfmt and clippy
17-
uses: actions-rs/toolchain@v1
17+
uses: dtolnay/rust-toolchain@stable
1818
with:
19-
profile: minimal
2019
toolchain: stable
2120
components: rustfmt, clippy
2221

.github/workflows/release.yml

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

1616
- name: Stable with rustfmt and clippy
17-
uses: actions-rs/toolchain@v1
17+
uses: dtolnay/rust-toolchain@stable
1818
with:
19-
profile: minimal
2019
toolchain: stable
2120
components: rustfmt, clippy
2221

0 commit comments

Comments
 (0)