File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " openvino-finder"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
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.5 .0"
3+ version = " 0.6 .0"
44license = " Apache-2.0"
55description = " Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings)."
66readme = " README.md"
@@ -27,10 +27,10 @@ links = "inference_engine_c_api"
2727[dependencies ]
2828once_cell = { version = " 1.18" , optional = true }
2929libloading = { version = " 0.8" , optional = true }
30- openvino-finder = { version = " 0.5 .0" , path = " ../openvino-finder" }
30+ openvino-finder = { version = " 0.6 .0" , path = " ../openvino-finder" }
3131
3232[build-dependencies ]
33- openvino-finder = { version = " 0.5 .0" , path = " ../openvino-finder" }
33+ openvino-finder = { version = " 0.6 .0" , path = " ../openvino-finder" }
3434env_logger = " 0.10"
3535
3636[features ]
Original file line number Diff line number Diff line change 11[package ]
22name = " openvino"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44license = " Apache-2.0"
55description = " High-level bindings for OpenVINO."
66readme = " README.md"
@@ -13,8 +13,8 @@ edition = "2018"
1313exclude = [" /tests" ]
1414
1515[dependencies ]
16- openvino-sys = { path = " ../openvino-sys" , version = " 0.5 .0" }
17- openvino-finder = { path = " ../openvino-finder" , version = " 0.5 .0" }
16+ openvino-sys = { path = " ../openvino-sys" , version = " 0.6 .0" }
17+ openvino-finder = { path = " ../openvino-finder" , version = " 0.6 .0" }
1818thiserror = " 1.0"
1919
2020[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments