update MSRV

This commit is contained in:
Dustin J. Mitchell 2023-04-08 16:52:17 -04:00 committed by Dustin J. Mitchell
parent ae028983b6
commit 5f2d82dc72
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
matrix:
rust:
# MSRV; must not be higher than the clippy rust version in checks.yml
- "1.61"
- "1.63"
- "stable"
os:
- ubuntu-latest