Skip to content

Commit

Permalink
Release v0.8.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown authored Oct 15, 2024
1 parent 2af130a commit eb559f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ members = [
]

[workspace.package]
version = "0.7.3"
version = "0.8.0"
authors = ["OpenVINO Project Developers"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/intel/openvino-rs"

[workspace.dependencies]
openvino-sys = { path = "crates/openvino-sys", version = "=0.7.3" }
openvino-finder = { path = "crates/openvino-finder", version = "=0.7.3" }
openvino-sys = { path = "crates/openvino-sys", version = "=0.8.0" }
openvino-finder = { path = "crates/openvino-finder", version = "=0.8.0" }
env_logger = "0.11"

0 comments on commit eb559f0

Please sign in to comment.