ci: change rust stable version to 0.71.0

This commit is contained in:
Steve Myers
2023-08-10 11:37:38 -05:00
parent f1ba03bf50
commit 1da01b4a0b
4 changed files with 252 additions and 203 deletions

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
rust:
- version: 1.65.0 # STABLE
- version: 1.71.0 # STABLE
clippy: true
- version: 1.61.0 # MSRV
steps: