chore: bump MSRV to 1.88

This commit is contained in:
Carson M.
2025-12-01 00:55:09 -06:00
parent 0ce9431803
commit d58fef0089
6 changed files with 7 additions and 7 deletions

View File

@@ -38,12 +38,12 @@ jobs:
run: |
cargo check -p ort --no-default-features
msrv:
name: MSRV (1.85)
name: MSRV (1.88)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@1.85
uses: dtolnay/rust-toolchain@1.88
- uses: Swatinem/rust-cache@v2.7.8
- name: Run checks
run: |