Bump MSRV to 1.85

This commit is contained in:
Héctor Ramón Jiménez 2025-02-21 01:32:30 +01:00
parent 7ca4e7c5ba
commit 33a39bc83a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

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