Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update MSRV to 1.61.
Signed-off-by: Josh Matthews <[email protected]>
  • Loading branch information
jdm authored Aug 1, 2024
commit f9e9da4d9c98c644b26a18b7dc17ea0c5a473636
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
rust: [1.60.0, nightly, beta, stable]
rust: [1.61.0, nightly, beta, stable]

steps:
- uses: actions/checkout@v2
Expand Down