Skip to content

Commit

Permalink
Switch from abandoned actions-rs/toolchain to dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed May 18, 2024
1 parent 022e1f4 commit defbe4a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose

0 comments on commit defbe4a

Please sign in to comment.