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: |
|
||||
|
||||
@@ -24,7 +24,7 @@ name = "ort"
|
||||
description = "A safe Rust wrapper for ONNX Runtime 1.23 - Optimize and accelerate machine learning inference & training"
|
||||
version = "2.0.0-rc.10"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
rust-version = "1.88"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/pykeio/ort"
|
||||
homepage = "https://ort.pyke.io/"
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "ort-candle"
|
||||
description = "ort + candle = 🦀 - An alternative backend for ort, powered by candle."
|
||||
version = "0.2.0+0.9"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
rust-version = "1.88"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/pykeio/ort"
|
||||
homepage = "https://ort.pyke.io/backends/candle"
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "ort-tract"
|
||||
description = "ort + tract = 🦀 - An alternative backend for ort, powered by tract."
|
||||
version = "0.2.0+0.22"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
rust-version = "1.88"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/pykeio/ort"
|
||||
homepage = "https://ort.pyke.io/backends/tract"
|
||||
|
||||
@@ -1 +1 @@
|
||||
msrv = "1.85"
|
||||
msrv = "1.88"
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "ort-sys"
|
||||
description = "Unsafe Rust bindings for ONNX Runtime 1.23 - Optimize and Accelerate Machine Learning Inferencing"
|
||||
version = "2.0.0-rc.10"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
rust-version = "1.88"
|
||||
links = "onnxruntime"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/pykeio/ort"
|
||||
|
||||
Reference in New Issue
Block a user