Fix rust version for 1.85.0

This commit is contained in:
Arnaud 2025-12-15 13:53:06 +01:00
parent b37bb7c80a
commit 5cfbbc2928
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -16,9 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain:
- stable
- beta
- nightly
- 1.85.0
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}