mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
chore: bump MSRV to 1.88
This commit is contained in:
4
.github/workflows/other-checks.yml
vendored
4
.github/workflows/other-checks.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user