Update min Rust to 1.85

This commit is contained in:
Igor Katson 2025-06-05 11:42:35 +01:00
parent 28332fd4b9
commit 4307efe112
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
rust_version: ["1.78", "1.83"] rust_version: ["1.85", "1.87"]
steps: steps:
- name: rustup toolchain install ${{ matrix.rust_version }} - name: rustup toolchain install ${{ matrix.rust_version }}
run: | run: |
@ -45,7 +45,7 @@ jobs:
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
prefix-key: v1 prefix-key: v1
- name: Run tests - name: Run tests
if: ${{ matrix.os == 'windows-latest' }} if: ${{ matrix.os == 'windows-latest' }}
run: cargo test --workspace run: cargo test --workspace
@ -53,7 +53,7 @@ jobs:
- name: Run tests - name: Run tests
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' }}
run: ulimit -n unlimited && cargo test --workspace run: ulimit -n unlimited && cargo test --workspace
- name: Run tests - name: Run tests
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}
run: cargo test run: cargo test