build: use rust compiler 1.77.1 for all builds

This commit is contained in:
thunderbiscuit
2024-04-19 14:39:33 -04:00
parent e14124b454
commit 4d737d3393
14 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
rust:
- version: 1.73.0
- version: 1.77.1
clippy: true
steps:
- name: "Checkout"