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.4.1 "
3+ version = " 0.4.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.4.1 "
3+ version = " 0.4.2 "
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.12.0" , optional = true }
2929libloading = {version = " 0.7" , optional = true }
30- openvino-finder = {version = " 0.4.1 " , path = " ../openvino-finder" }
30+ openvino-finder = {version = " 0.4.2 " , path = " ../openvino-finder" }
3131
3232[build-dependencies ]
33- openvino-finder = {version = " 0.4.1 " , path = " ../openvino-finder" }
33+ openvino-finder = {version = " 0.4.2 " , path = " ../openvino-finder" }
3434pretty_env_logger = " 0.4"
3535
3636[features ]
Original file line number Diff line number Diff line change 11[package ]
22name = " openvino"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44license = " Apache-2.0"
55description = " High-level bindings for OpenVINO."
66readme = " README.md"
@@ -15,7 +15,7 @@ exclude = [
1515]
1616
1717[dependencies ]
18- openvino-sys = { path = " ../openvino-sys" , version = " 0.4.1 " }
18+ openvino-sys = { path = " ../openvino-sys" , version = " 0.4.2 " }
1919thiserror = " 1.0.20"
2020
2121[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments