Skip to content

Commit

Permalink
CI: Increase MSRV to 1.60.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Sep 3, 2023
1 parent 372925f commit b41e7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ jobs:
rust_channel:
- stable
- nightly
- 1.57 # MSRV
# Some benchmarking dependencies require 1.60.
- 1.60 # MSRV
- beta

include:
Expand Down

0 comments on commit b41e7e0

Please sign in to comment.