Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Jun 17, 2021
1 parent 4820ec1 commit 37fbe63
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 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.1"
version = "0.3.2"
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.1"
version = "0.3.2"
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.1", path = "../openvino-finder" }
openvino-finder = {version = "0.3.2", path = "../openvino-finder" }

[build-dependencies]
cmake = "0.1.45"
openvino-finder = {version = "0.3.1", path = "../openvino-finder" }
openvino-finder = {version = "0.3.2", 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.1"
version = "0.3.2"
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.1" }
openvino-sys = { path = "../openvino-sys", version = "0.3.2" }
thiserror = "1.0.20"

[dev-dependencies]
Expand Down

0 comments on commit 37fbe63

Please sign in to comment.