fix: bumped rust version to 1.81

This commit is contained in:
Christian Haynes 2025-07-23 12:59:36 -04:00
parent acd7f18a87
commit 4b9fc3b5b7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
rust: [1.70.0, stable] rust: [1.81.0, stable]
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest, windows-latest]
steps: steps: