Bump MSRV to 1.81

This commit is contained in:
Héctor Ramón Jiménez 2024-12-17 01:41:09 +01:00
parent 869b44db4e
commit b22a847668
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta, "1.80"]
rust: [stable, beta, "1.81"]
steps:
- uses: hecrj/setup-rust-action@v2
with: