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: |

View File

@@ -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/"

View File

@@ -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"

View File

@@ -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"

View File

@@ -1 +1 @@
msrv = "1.85"
msrv = "1.88"

View File

@@ -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"