Skip to content

Commit

Permalink
use dtolnay/rust-toolchain rather than unmaintained actions-rs/toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Jul 25, 2023
1 parent fdf4460 commit c65fd26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Expand Up @@ -36,10 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit c65fd26

Please sign in to comment.