Skip to content

Commit

Permalink
Merge pull request #188 from epage/msrv
Browse files Browse the repository at this point in the history
fix: Drop MSRV to 1.64
  • Loading branch information
epage authored May 2, 2024
2 parents d2d2b73 + 255c79b commit 41a1dd3
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 41a1dd3

Please sign in to comment.