File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " openvino-finder"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44description = " A helper crate for finding OpenVINO installations on a system."
55license = " Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " openvino-sys"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44license = " Apache-2.0"
55description = " Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings)."
66readme = " README.md"
@@ -24,11 +24,11 @@ links = "inference_engine_c_api"
2424[dependencies ]
2525lazy_static = {version = " 1.4" , optional = true }
2626libloading = {version = " 0.7" , optional = true }
27- openvino-finder = {version = " 0.3.1 " , path = " ../openvino-finder" }
27+ openvino-finder = {version = " 0.3.2 " , path = " ../openvino-finder" }
2828
2929[build-dependencies ]
3030cmake = " 0.1.45"
31- openvino-finder = {version = " 0.3.1 " , path = " ../openvino-finder" }
31+ openvino-finder = {version = " 0.3.2 " , path = " ../openvino-finder" }
3232
3333[features ]
3434default = [" cpu" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " openvino"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44license = " Apache-2.0"
55description = " High-level bindings for OpenVINO."
66readme = " README.md"
@@ -13,7 +13,7 @@ exclude = [
1313]
1414
1515[dependencies ]
16- openvino-sys = { path = " ../openvino-sys" , version = " 0.3.1 " }
16+ openvino-sys = { path = " ../openvino-sys" , version = " 0.3.2 " }
1717thiserror = " 1.0.20"
1818
1919[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments