File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22authors = [
" Nicolas Bigaouette <[email protected] >" ]
33edition = " 2018"
44name = " onnxruntime-sys"
5- version = " 0.0.13 "
5+ version = " 0.0.14 "
66
77description = " Unsafe wrapper around Microsoft's ONNX Runtime"
88documentation = " https://docs.rs/onnxruntime-sys"
Original file line number Diff line number Diff line change 22authors = [
" Nicolas Bigaouette <[email protected] >" ]
33edition = " 2018"
44name = " onnxruntime"
5- version = " 0.0.13 "
5+ version = " 0.0.14 "
66
77description = " Wrapper around Microsoft's ONNX Runtime"
88documentation = " https://docs.rs/onnxruntime"
@@ -19,7 +19,7 @@ name = "integration_tests"
1919required-features = [" model-fetching" ]
2020
2121[dependencies ]
22- onnxruntime-sys = { version = " 0.0.13 " , path = " ../onnxruntime-sys" }
22+ onnxruntime-sys = { version = " 0.0.14 " , path = " ../onnxruntime-sys" }
2323
2424lazy_static = " 1.4"
2525# FIXME: ndarray >=0.15.2 breaks the build
You can’t perform that action at this time.
0 commit comments