mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
fix: update MSRV
i guess we doin 1.81 now
This commit is contained in:
4
.github/workflows/other-checks.yml
vendored
4
.github/workflows/other-checks.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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/"
|
||||
|
||||
@@ -1 +1 @@
|
||||
msrv = "1.80"
|
||||
msrv = "1.81"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user