Skip to content

Commit

Permalink
Use dtolnay/toolchain for MSRV build
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <nico@nicoburns.com>
  • Loading branch information
nicoburns committed Dec 23, 2024
1 parent ac5f1c2 commit 6cfcb29
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,11 @@ jobs:
msrv:
name: MSRV
runs-on: ubuntu-latest
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- uses: actions/checkout@v4

- name: Install stable toolchain
run: |
rustup set profile minimal
rustup override set 1.66.0
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.66
- run: cargo check --lib --all-features

format:
Expand Down

0 comments on commit 6cfcb29

Please sign in to comment.