diff --git a/onnxruntime/Cargo.toml b/onnxruntime/Cargo.toml index 6ee58e50..c23cc35f 100644 --- a/onnxruntime/Cargo.toml +++ b/onnxruntime/Cargo.toml @@ -17,5 +17,5 @@ keywords = ["neuralnetworks", "onnx", "bindings"] [dependencies] lazy_static = "1.4" ndarray = "0.13" -onnxruntime-sys = {version = "0.0.2", path = "../onnxruntime-sys"} +onnxruntime-sys = {version = "0.0.3", path = "../onnxruntime-sys"} thiserror = "1.0"