diff --git a/Cargo.toml b/Cargo.toml index a219d35..e1e29e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ort" description = "A Rust wrapper for ONNX Runtime 1.15 - Optimize and Accelerate Machine Learning Inferencing" -version = "1.15.4" +version = "1.15.5" edition = "2021" rust-version = "1.70" license = "MIT/Apache-2.0"