Skip to content

Commit 9140e90

Browse files
committed
Update 'ORT_VERSION' to 1.8.1
1 parent 0cb5cef commit 9140e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![codecov](https://codecov.io/gh/nbigaouette/onnxruntime-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/nbigaouette/onnxruntime-rs)
88

99
This is an attempt at a Rust wrapper for
10-
[Microsoft's ONNX Runtime](https://github.com/microsoft/onnxruntime) (version 1.7).
10+
[Microsoft's ONNX Runtime](https://github.com/microsoft/onnxruntime) (version 1.8).
1111

1212
This project consist on two crates:
1313

onnxruntime-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::{
1111
/// WARNING: If version is changed, bindings for all platforms will have to be re-generated.
1212
/// To do so, run this:
1313
/// cargo build --package onnxruntime-sys --features generate-bindings
14-
const ORT_VERSION: &str = "1.7.0";
14+
const ORT_VERSION: &str = "1.8.1";
1515

1616
/// Base Url from which to download pre-built releases/
1717
const ORT_RELEASE_BASE_URL: &str = "https://github.com/microsoft/onnxruntime/releases/download";

0 commit comments

Comments
 (0)