Skip to content

Commit

Permalink
fix(sys): use api version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Feb 22, 2024
1 parent 09cb469 commit 5298016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ort-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#[doc(hidden)]
pub mod internal;

pub const ORT_API_VERSION: u32 = 16;
pub const ORT_API_VERSION: u32 = 17;

pub use std::ffi::{c_char, c_int, c_ulong, c_ulonglong, c_ushort, c_void};

Expand Down

0 comments on commit 5298016

Please sign in to comment.