fix: update MSRV

i guess we doin 1.81 now
This commit is contained in:
Carson M.
2025-03-11 15:52:53 -05:00
parent 674baa7497
commit 879f44da84
4 changed files with 5 additions and 5 deletions

View File

@@ -42,12 +42,12 @@ jobs:
run: |
cargo check -p ort --no-default-features
msrv:
name: MSRV (1.80)
name: MSRV (1.81)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@1.80
uses: dtolnay/rust-toolchain@1.81
- uses: Swatinem/rust-cache@v1
- name: Run checks
run: |

View File

@@ -33,7 +33,7 @@ name = "ort"
description = "A safe Rust wrapper for ONNX Runtime 1.21 - Optimize and accelerate machine learning inference & training"
version = "2.0.0-rc.9"
edition = "2021"
rust-version = "1.80"
rust-version = "1.81"
license = "MIT OR Apache-2.0"
repository = "https://github.com/pykeio/ort"
homepage = "https://ort.pyke.io/"

View File

@@ -1 +1 @@
msrv = "1.80"
msrv = "1.81"

View File

@@ -3,7 +3,7 @@ name = "ort-sys"
description = "Unsafe Rust bindings for ONNX Runtime 1.21 - Optimize and Accelerate Machine Learning Inferencing"
version = "2.0.0-rc.9"
edition = "2021"
rust-version = "1.80"
rust-version = "1.81"
links = "onnxruntime"
license = "MIT OR Apache-2.0"
repository = "https://github.com/pykeio/ort"