From 04f872f0f0c70e4a15d266fd1539fcee89cd7510 Mon Sep 17 00:00:00 2001 From: Deokhwan Kim Date: Fri, 10 Nov 2023 11:21:29 +0900 Subject: [PATCH] feat: update all bindings to ONNX Runtime v1.16.2 --- build.rs | 2 +- src/generated/linux/x86_64/bindings.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.rs b/build.rs index d4e56fdd..77fd642e 100644 --- a/build.rs +++ b/build.rs @@ -13,7 +13,7 @@ use std::{ /// WARNING: If version is changed, bindings for all platforms will have to be re-generated. /// To do so, run this: /// cargo build --features generate-bindings -const ORT_VERSION: &str = "1.16.1"; +const ORT_VERSION: &str = "1.16.2"; /// Base Url from which to download pre-built releases/ const ORT_RELEASE_BASE_URL: &str = "https://github.com/microsoft/onnxruntime/releases/download"; diff --git a/src/generated/linux/x86_64/bindings.rs b/src/generated/linux/x86_64/bindings.rs index 7d0d0fcb..25916958 100644 --- a/src/generated/linux/x86_64/bindings.rs +++ b/src/generated/linux/x86_64/bindings.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.68.1 */ +/* automatically generated by rust-bindgen 0.69.1 */ pub const _FEATURES_H: u32 = 1; pub const _DEFAULT_SOURCE: u32 = 1;