Skip to content

Commit

Permalink
Bump version to 0.3.3 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Mar 24, 2022
1 parent d0330e6 commit 59e1fa9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/openvino-finder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openvino-finder"
version = "0.3.2"
version = "0.3.3"
description = "A helper crate for finding OpenVINO installations on a system."
license = "Apache-2.0"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions crates/openvino-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openvino-sys"
version = "0.3.2"
version = "0.3.3"
license = "Apache-2.0"
description = "Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings)."
readme = "README.md"
Expand All @@ -24,11 +24,11 @@ links = "inference_engine_c_api"
[dependencies]
lazy_static = {version = "1.4", optional = true }
libloading = {version = "0.7", optional = true }
openvino-finder = {version = "0.3.2", path = "../openvino-finder" }
openvino-finder = {version = "0.3.3", path = "../openvino-finder" }

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

[features]
default = ["cpu"]
Expand Down
4 changes: 2 additions & 2 deletions crates/openvino/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openvino"
version = "0.3.2"
version = "0.3.3"
license = "Apache-2.0"
description = "High-level bindings for OpenVINO."
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ exclude = [
]

[dependencies]
openvino-sys = { path = "../openvino-sys", version = "0.3.2" }
openvino-sys = { path = "../openvino-sys", version = "0.3.3" }
thiserror = "1.0.20"

[dev-dependencies]
Expand Down

0 comments on commit 59e1fa9

Please sign in to comment.