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 1
1
[package ]
2
2
name = " openvino-finder"
3
- version = " 0.4.2 "
3
+ version = " 0.5.0 "
4
4
description = " A helper crate for finding OpenVINO installations on a system."
5
5
license = " Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openvino-sys"
3
- version = " 0.4.2 "
3
+ version = " 0.5.0 "
4
4
license = " Apache-2.0"
5
5
description = " Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings)."
6
6
readme = " README.md"
@@ -27,10 +27,10 @@ links = "inference_engine_c_api"
27
27
[dependencies ]
28
28
once_cell = {version = " 1.12.0" , optional = true }
29
29
libloading = {version = " 0.7" , optional = true }
30
- openvino-finder = {version = " 0.4.2 " , path = " ../openvino-finder" }
30
+ openvino-finder = {version = " 0.5.0 " , path = " ../openvino-finder" }
31
31
32
32
[build-dependencies ]
33
- openvino-finder = {version = " 0.4.2 " , path = " ../openvino-finder" }
33
+ openvino-finder = {version = " 0.5.0 " , path = " ../openvino-finder" }
34
34
pretty_env_logger = " 0.4"
35
35
36
36
[features ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openvino"
3
- version = " 0.4.2 "
3
+ version = " 0.5.0 "
4
4
license = " Apache-2.0"
5
5
description = " High-level bindings for OpenVINO."
6
6
readme = " README.md"
@@ -15,8 +15,8 @@ exclude = [
15
15
]
16
16
17
17
[dependencies ]
18
- openvino-sys = { path = " ../openvino-sys" , version = " 0.4.2 " }
19
- openvino-finder = { path = " ../openvino-finder" , version = " 0.4.2 " }
18
+ openvino-sys = { path = " ../openvino-sys" , version = " 0.5.0 " }
19
+ openvino-finder = { path = " ../openvino-finder" , version = " 0.5.0 " }
20
20
thiserror = " 1.0.20"
21
21
22
22
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments