Skip to content

Commit

Permalink
Fix MSRV checking in CI
Browse files Browse the repository at this point in the history
This has been accidentally broken
  • Loading branch information
FSMaxB committed Jan 12, 2025
1 parent 0c3135a commit 9f07b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@1.83
uses: dtolnay/rust-toolchain@1.70
- uses: Swatinem/rust-cache@v2.7.7
- name: Check all features
run: cargo check --workspace --tests --all-features
Expand Down

0 comments on commit 9f07b54

Please sign in to comment.