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 1
1
[package ]
2
2
name = " openvino-finder"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
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.3.1 "
3
+ version = " 0.3.2 "
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"
@@ -24,11 +24,11 @@ links = "inference_engine_c_api"
24
24
[dependencies ]
25
25
lazy_static = {version = " 1.4" , optional = true }
26
26
libloading = {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" }
28
28
29
29
[build-dependencies ]
30
30
cmake = " 0.1.45"
31
- openvino-finder = {version = " 0.3.1 " , path = " ../openvino-finder" }
31
+ openvino-finder = {version = " 0.3.2 " , path = " ../openvino-finder" }
32
32
33
33
[features ]
34
34
default = [" cpu" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openvino"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
license = " Apache-2.0"
5
5
description = " High-level bindings for OpenVINO."
6
6
readme = " README.md"
@@ -13,7 +13,7 @@ exclude = [
13
13
]
14
14
15
15
[dependencies ]
16
- openvino-sys = { path = " ../openvino-sys" , version = " 0.3.1 " }
16
+ openvino-sys = { path = " ../openvino-sys" , version = " 0.3.2 " }
17
17
thiserror = " 1.0.20"
18
18
19
19
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments