Skip to content

Commit 59e1fa9

Browse files
authored
Bump version to 0.3.3 (#35)
1 parent d0330e6 commit 59e1fa9

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/openvino-finder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openvino-finder"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "A helper crate for finding OpenVINO installations on a system."
55
license = "Apache-2.0"
66
readme = "README.md"

crates/openvino-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openvino-sys"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
license = "Apache-2.0"
55
description = "Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings)."
66
readme = "README.md"
@@ -24,11 +24,11 @@ links = "inference_engine_c_api"
2424
[dependencies]
2525
lazy_static = {version = "1.4", optional = true }
2626
libloading = {version = "0.7", optional = true }
27-
openvino-finder = {version = "0.3.2", path = "../openvino-finder" }
27+
openvino-finder = {version = "0.3.3", path = "../openvino-finder" }
2828

2929
[build-dependencies]
3030
cmake = "0.1.45"
31-
openvino-finder = {version = "0.3.2", path = "../openvino-finder" }
31+
openvino-finder = {version = "0.3.3", path = "../openvino-finder" }
3232

3333
[features]
3434
default = ["cpu"]

crates/openvino/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openvino"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
license = "Apache-2.0"
55
description = "High-level bindings for OpenVINO."
66
readme = "README.md"
@@ -13,7 +13,7 @@ exclude = [
1313
]
1414

1515
[dependencies]
16-
openvino-sys = { path = "../openvino-sys", version = "0.3.2" }
16+
openvino-sys = { path = "../openvino-sys", version = "0.3.3" }
1717
thiserror = "1.0.20"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)