Skip to content

Commit 4715973

Browse files
committed
use dtolnay/rust-toolchain rather than unmaintained actions-rs/toolchain
1 parent 082d8f3 commit 4715973

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/rust.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Install toolchain
28-
uses: actions-rs/toolchain@v1
28+
uses: dtolnay/rust-toolchain@master
2929
with:
3030
toolchain: ${{ matrix.toolchain }}
31-
override: true
3231
- name: Build
3332
run: cargo build --verbose
3433
- name: Run tests

0 commit comments

Comments
 (0)