diff --git a/Cargo.toml b/Cargo.toml index 0c44115..9950cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ort" description = "A Rust wrapper for ONNX Runtime 1.16 - Optimize and Accelerate Machine Learning Inferencing" -version = "1.16.2" +version = "1.16.3" edition = "2021" rust-version = "1.70" license = "MIT/Apache-2.0"