bump MSRV to the latest version

This commit is contained in:
Dustin J. Mitchell
2022-06-21 15:50:44 +00:00
parent bdc509bde7
commit d699ce8cba
3 changed files with 3 additions and 3 deletions

View File

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