Skip to content

Commit

Permalink
Let onnxruntime depend on onnxruntime-sys 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Aug 10, 2020
1 parent bd1433e commit 3bfe701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3bfe701

Please sign in to comment.