Skip to content

Commit

Permalink
Refactor MSRV job to avoid it tripping dependabot (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Sep 26, 2023
1 parent df27a97 commit 91f8e0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.65
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.65
- run: cargo build
- run: cargo test

Expand Down

0 comments on commit 91f8e0f

Please sign in to comment.