Skip to content

Commit

Permalink
fix: Drop MSRV to 1.64
Browse files Browse the repository at this point in the history
To avoid Divan having a higher MSRV, we'll skip checking
dev-dependencies
  • Loading branch information
epage committed May 2, 2024
1 parent d2d2b73 commit 255c79b
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-hack
- name: Default features
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace
lockfile:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 255c79b

Please sign in to comment.