Skip to content

Commit

Permalink
Raise MSRV to 1.70
Browse files Browse the repository at this point in the history
This is strictly for `Option::is_some_and` which is quite convenient to
work with. If necessary this change can be reverted and we can maybe use
a shim.
  • Loading branch information
the-mikedavis committed Aug 26, 2024
1 parent 1d25ae0 commit 8e8a1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
toolchain:
- "1.65"
- "1.70"
- stable
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8e8a1bc

Please sign in to comment.