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 89f948e
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.0 # MSRV
- beta

include:
Expand Down

0 comments on commit 89f948e

Please sign in to comment.