chore: update MSRV to 1.80.0

This commit is contained in:
Aram 🍐 2024-12-01 15:27:12 -05:00
parent 0e93a6435a
commit 991eef0311
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.78.0
- 1.80.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
@ -39,7 +39,7 @@ jobs:
matrix:
rust:
- stable
- 1.78.0
- 1.80.0
steps:
- name: Checkout sources
uses: actions/checkout@v2