Skip to content

Commit

Permalink
build(workflows): migrate to dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 3, 2025
1 parent faecf39 commit 4b5c6c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
override: true
components: rustfmt, clippy
- uses: dtolnay/rust-toolchain@stable
- name: Cache Cargo registry
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 4b5c6c1

Please sign in to comment.