Skip to content

Commit

Permalink
CI: tell dependabot to not update the MSRV
Browse files Browse the repository at this point in the history
Co-Authored-By: danieleades <[email protected]>
  • Loading branch information
Philippe-Cholet and danieleades committed Jan 14, 2024
1 parent d880c3f commit 0ed6f79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-no-dev-deps
- uses: dtolnay/[email protected]
- uses: dtolnay/rust-toolchain@master
with:
# Here, it does not trigger a PR from dependabot.
toolchain: 1.43.1
- run: cargo no-dev-deps check

test:
Expand Down

0 comments on commit 0ed6f79

Please sign in to comment.