Skip to content

Commit

Permalink
Release v0.6.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Dec 11, 2023
1 parent 510f50b commit 1be667a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.5.0"
version = "0.6.0"
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.5.0"
version = "0.6.0"
license = "Apache-2.0"
description = "Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings)."
readme = "README.md"
Expand All @@ -27,10 +27,10 @@ links = "inference_engine_c_api"
[dependencies]
once_cell = { version = "1.18", optional = true }
libloading = { version = "0.8", optional = true }
openvino-finder = { version = "0.5.0", path = "../openvino-finder" }
openvino-finder = { version = "0.6.0", path = "../openvino-finder" }

[build-dependencies]
openvino-finder = { version = "0.5.0", path = "../openvino-finder" }
openvino-finder = { version = "0.6.0", path = "../openvino-finder" }
env_logger = "0.10"

[features]
Expand Down
6 changes: 3 additions & 3 deletions crates/openvino/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openvino"
version = "0.5.0"
version = "0.6.0"
license = "Apache-2.0"
description = "High-level bindings for OpenVINO."
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ edition = "2018"
exclude = ["/tests"]

[dependencies]
openvino-sys = { path = "../openvino-sys", version = "0.5.0" }
openvino-finder = { path = "../openvino-finder", version = "0.5.0" }
openvino-sys = { path = "../openvino-sys", version = "0.6.0" }
openvino-finder = { path = "../openvino-finder", version = "0.6.0" }
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 1be667a

Please sign in to comment.